View source: R/utilities-file.R
pathFromClipboard | R Documentation |
Converts the Windows-like path (using \
) from the clipboard to the form
readable by R (using /
).
pathFromClipboard(path = "clipboard")
path |
Path that will be converted. If |
String representation of a file path with /
as separator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.