View source: R/studyDefinition.R
studyDefinitionFileSets | R Documentation |
function that extracts file information on the original .raw files used to generate the .pdResult file. Information includes the original file name, location & size. It also contains some internal info in the form of columns named id (identifiers).
studyDefinitionFileSets(analysisDef, splitFileSize = TRUE, joinedTables = TRUE)
analysisDef |
generated by the analysisDefinition function |
splitFileSize |
boolean (default: TRUE), specifies if the FileSize column should be split into the actual file size (still a character vector) and the file size format |
joinedTables |
boolean (default: TRUE), specifies if all info should be put in a single data.frame. If FALSE it will generate a list of two data.frame objects; this might be useful in some scenarios |
data.frame or list of two data.frame objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.