getFileNames {viafoundry} | R Documentation |
Get file names for a specific process
Description
Get file names for a specific process
Usage
getFileNames(json_data, processName)
Arguments
json_data |
The 'JSON' object containing the report data. |
processName |
The name of the process to filter by. |
Value
A data frame containing 'id', 'name', 'extension', 'fileSize', and 'routePath'.
[Package viafoundry version 1.0.0 Index]