slasher | R Documentation |
fslash
converts slashes in the clipboard to forward slashes;
bslash
converts slashses in the clipboard to back slashes.
Both of these functions are designed to be used while copying and pasting
paths between R and other applications on a Windows system. For example you
could copy a path from Windows Explorer, run fslash()
and then paste
the modfied path into R. Conversely you could copy a path from your R code
run bslash()
and then paste into Explorer or other applications that
expect a backslash.
fslash() bslash()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.