Learn R Programming

viafoundry (version 1.0.0)

getFileNames: Get file names for a specific process

Description

Get file names for a specific process

Usage

getFileNames(json_data, processName)

Value

A data frame containing `id`, `name`, `extension`, `fileSize`, and `routePath`.

Arguments

json_data

The `JSON` object containing the report data.

processName

The name of the process to filter by.