RAVEProject | R Documentation |
Definition for 'RAVE' project class
Definition for 'RAVE' project class
character vector
true or false whether subject is in the project
path
project folder, absolute path
name
project name, character
pipeline_path
path to pipeline scripts under project's folder
print()
override print method
RAVEProject$print(...)
...
ignored
new()
constructor
RAVEProject$new(project_name, strict = TRUE)
project_name
character
strict
whether to check project path
subjects()
get all imported subjects within project
RAVEProject$subjects()
has_subject()
whether a specific subject exists in this project
RAVEProject$has_subject(subject_code)
subject_code
character, subject name
group_path()
get group data path for 'rave' module
RAVEProject$group_path(module_id, must_work = FALSE)
module_id
character, 'rave' module ID
must_work
whether the directory must exist; if not exists, should a new one be created?
clone()
The objects of this class are cloneable with this method.
RAVEProject$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.