View source: R/helper_functions.R
normPath | R Documentation |
This short-hand function normalizes the path and makes sure only forward slashes are used.
Other slashes are not usable in grepl
statements directly for example, the '\' is parsed to '\' before being used as regexp.
normPath(path)
path |
The path which needs to be normalized. Will make |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.