Description Usage Arguments Examples
View source: R/outputFilePath.R
Output character file path as R's platform-agnostic file.path
1 | outputFilePath(path, platform = NULL)
|
path |
file path as character. |
platform |
name of the platform. Specify if you have a path separated by
different file separators which doesn't belong to the current platform where R
runs. Select one of |
1 2 | path_nix <- "/var/log/wifi.log"
outputFilePath(path_nix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.