Skip to content

Instantly share code, notes, and snippets.

@chasemc
Created December 13, 2019 23:05
Show Gist options
  • Save chasemc/67d54f63ab1252debc9ada0de019399f to your computer and use it in GitHub Desktop.
Save chasemc/67d54f63ab1252debc9ada0de019399f to your computer and use it in GitHub Desktop.
turn vector into vector text
utils::writeClipboard(
paste0(
"c(\n",
paste0(
sQuote(colnames(z),
q = "ASCII"),
sep = ",",
collapse = "\n"),
"\n)"),
format = 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment