addResultFile | R Documentation |
Adds a result file in text format or zipped.
addResultFile(
doc,
param,
result,
rawData,
useInOutput = TRUE,
file = paste0("result--", param$comparison, ".txt")
)
doc |
an object of the class bsdoc to add the result. |
param |
a list of parameters that pastes the |
result |
a list of results. |
rawData |
a list of raw data obtained from |
useInOutput |
a logical specifying whether to use most of the result information. |
file |
a character representing the name of the result file. |
Returns the name of the result file.
Rehrauer, Hubert
Schmid, Peter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.