identifyStudy {activpalProcessing} | R Documentation |
This function identifies the study name. This function helps ensure the correct data are being processed. Study name is identified from the log of subjects.
identifyStudy(directory, name.of.log.subjects)
directory |
Directory is a character string identifying the path to the working directory. default value is directory |
name.of.log.subjects |
character string identifying the name of the log of subjects |
character string identifying study name
Kate Lyden
## Not run: identifyStudy("/Users/jsmith/Documents...log.subjects.csv") ## End(Not run)