Skip to contents

Use the interactive directory selector to create a data R project: The selected folder should have a sub directory called RAW and all the RAW data files are stored in that directory or above that directory

Usage

raw.dataProject(sourceDir = NULL)

Arguments

sourceDir

if specified, R project will be generated in this directory, otherwise an interactive window allows user to select directory

Examples

if (FALSE) {
RAWdataR::raw.dataProject()
}