get_studydb_data_folder: Get studydb data for a study folder

View source: R/pipeline_convert.R

get_studydb_data_folderR Documentation

Get studydb data for a study folder

Description

Extract studydb data for a whole folder of subjects

Usage

get_studydb_data_folder(
  studyFolder = getwd(),
  savecsv = F,
  pet_orig_filenames = T
)

Arguments

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.

Value

A data.frame with the data from the studydb files.

Examples

get_studydb_data_folder(savecsv = 'studydata.csv')


mathesong/kipettools documentation built on Feb. 5, 2024, 10:10 p.m.