setBaseDirectory | R Documentation |
Sets the specified directory as the workspace for the neonMicrobe pipeline. This base directory persists until the end of the R session. If data directories have not yet been generated within the base directory, use makeDataDirectories
to do so.
setBaseDirectory(dir = getwd())
dir |
Directory to use as the base directory. Defaults to the working directory. |
No value is returned.
makeDataDirectories
setBaseDirectory() # sets current working directory as base directory
setBaseDirectory(dirname(getwd())) # sets parent directory as base directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.