r_path | R Documentation |
Copy the file path from windows explorer to your clipboard and call the function with no argument. The R compatible file Path will be returned
r_path(path = "clipboard")
path |
Path can be copied to clipboard |
Character vector of R compatible file path
# Copy file path to the cliboard and call the function.
utils::writeClipboard("C:\\Windows")
r_path()
r_path("C:\\Windows")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.