identifyDirectory {activpalProcessing} | R Documentation |
This function identifies the path to the folder where data files and logs are saved. Results files will also be saved to this folder
identifyDirectory(path)
path |
A character string identifying the path to the working directory |
A character string identifying the path to the working directory
Kate Lyden
## Not run: identifyDirectory("/Users/jsmith/Documents/...") identifyDirectory("C:/Documents and Settings/...") ## End(Not run)