Description Usage Arguments Value Methods (by class) Examples
The method creates a project directory and updates the project config file. The project directory is where all the data and metadata files are located. The method should be called through the prjConfig
function.
1 2 3 4 | createPrjDir(object, prjDir)
## S4 method for signature 'Commons,character'
createPrjDir(object, prjDir)
|
object |
Commons class object |
prjDir |
user project directory |
TRUE if the project directory is created and FALSE if not.
object = Commons,prjDir = character
: of class Commons
1 2 3 4 5 6 7 8 | ## Not run:
c <- Commons()
createPrjDir(c, prjDir = "/home/user/dbgapr_project")
# or
createPrjDir(c, prjDir ="C:\\Users\\user\\dbgapr_project") # for Windows
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.