View source: R/prep_windows_path_for_unix.R
prep_windows_path_for_unix | R Documentation |
If you've copied a file path to the windows clipboard, call this function without any arguments to both return a path with correct slashes, as well as copy that path to the clipboard for an easy paste.
prep_windows_path_for_unix(path = "clipboard")
path |
[character] a filepath to convert |
correctly formatted filepath ('\' becomes '/')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.