Description Usage Arguments Examples
View source: R/vs2dhRunModel.R
Helper function: converts string to windows path
1 | convertToWindowsPath(path, sep = "\\/")
|
path |
path string to be converted to windows path |
sep |
seperator which default: "/", which is used on unix and for R) |
1 2 3 | unixPath <- "/usr/model/vs2dh"
winPath <- convertToWindowsPath(path=unixPath)
winPath
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.