Created
December 13, 2019 23:05
-
-
Save chasemc/67d54f63ab1252debc9ada0de019399f to your computer and use it in GitHub Desktop.
turn vector into vector text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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