Description Usage Arguments Details Value See Also Examples
A function that changes the current working directory.
1 | selex.setwd(path)
|
path |
Physical location on disk for the current working directory. The full system path must be specified. |
The working directory must be specified for every selex.run. This directory is used to store the output of all analyses performed by the selex package. If a certain calculation has already been performed in the given working directory, the previously computed values are returned. If the specified path does not exist, selex.config
will attempt to create it.
Not applicable
1 2 3 | workDir = file.path(".", "SELEX_workspace")
# Change the current working directory
selex.setwd(path=workDir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.