Description Usage Arguments Value Examples
When we construct relative path names in R using functions like
normalizePath()
, R outputs path names containing "backslashes", but
we require path names containing forward slashes. correct_path
\
function takes in a path name with backward slashes and converts it into a
path name with forward slashes.
1 | rectify_path(backward_slash_path)
|
backward_slash_path |
backward slash path |
forward_slash_path
path with forward slashes
1 | correct_path(backward_slash_path = "backward slash path")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.