View source: R/pipeline_convert.R
get_studydb_data_folder | R Documentation |
Extract studydb data for a whole folder of subjects
get_studydb_data_folder(
studyFolder = getwd(),
savecsv = F,
pet_orig_filenames = T
)
studyFolder |
The folder location of the study folder. Default is current directory. |
savecsv |
Should a csv file be saved? Default is FALSE. If you wish to save a csv file, replace this argument with the desired filename. |
pet_orig_filenames |
Extract original PET filenames. Note that this takes a while as it requires opening the ecat7 fiels. |
A data.frame with the data from the studydb files.
get_studydb_data_folder(savecsv = 'studydata.csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.