| RAVEProject | R Documentation |
Definition for 'RAVE' project class
Definition for 'RAVE' project class
character vector
true or false whether subject is in the project
pathproject folder, absolute path
nameproject name, character
pipeline_pathpath to pipeline scripts under project's folder
print()override print method
RAVEProject$print(...)
...ignored
new()constructor
RAVEProject$new(project_name, strict = TRUE)
project_namecharacter
strictwhether 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_codecharacter, subject name
group_path()get group data path for 'rave' module
RAVEProject$group_path(module_id, must_work = FALSE)
module_idcharacter, 'rave' module ID
must_workwhether 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.