loadFile | R Documentation |
Load or download a file from a process and file name
loadFile(json_data, processName, fileName, sep = "\t", download_dir = getwd())
json_data |
The 'JSON' object containing the report data. |
processName |
The name of the process. |
fileName |
The name of the file to load or download. |
sep |
The separator for tabular files. Default is tab-separated. |
download_dir |
The directory where non-tabular files will be downloaded. |
A data frame with the file contents if the file is tabular; otherwise, NULL after downloading the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.