View source: R/helper_functions.R
write_clipboard | R Documentation |
helper functions - path slashes and data.frame name vectors
write_clipboard(x)
x |
(optional) path string |
helper functions - path slashes and data.frame name vectors
Revision History
1.0 | 2021 Oct 28 Created |
1.0 | 2024 Oct 01 add nms_vec example, move to underscores from camel calse |
either an R compatible path
or, in the case of nms_vec, a vector of R compatible data.frame column names
Jacob Strunk <someone@somewhere.com>
readClipboard
writeClipboard
shQuote
#these take a path on the clipboard (ctrl+C) and makes them R compatible
bs()
fs()
dftest=as.data.frame(t(1:30))
nms_vec(dftest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.