Skip to content

Instantly share code, notes, and snippets.

@tpemartin
Created May 2, 2019 03:21
Show Gist options
  • Select an option

  • Save tpemartin/6a8e47e14ff9a22abb6f7ee745173674 to your computer and use it in GitHub Desktop.

Select an option

Save tpemartin/6a8e47e14ff9a22abb6f7ee745173674 to your computer and use it in GitHub Desktop.
library(glue)
a="你好嗎?"
b="我很好。"
glue(a)+b 
## 你好嗎?我很好。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment