saveTaskResults | R Documentation |
Save task results within a TaskResults
object
saveTaskResults(
id = NULL,
sectionId = NULL,
plot = NULL,
plotCaption = NULL,
includePlot = NULL,
table = NULL,
tableCaption = NULL,
includeTable = NULL,
textChunk = NULL,
includeTextChunk = NULL,
taskResults = NULL
)
id |
unique identifier of results, helps in deriving final plot name |
sectionId |
unique identifier of section results, used only by qualification workflows |
plot |
|
plotCaption |
text included into the report explaining the figure |
includePlot |
logical indicating if the plot should be included in final report |
table |
data.frame corresponding to the table to be saved |
tableCaption |
text included into the report explaining the table |
includeTable |
logical indicating if the table should be included in final report |
textChunk |
text included into the report explaining the table |
includeTextChunk |
logical indicating if the text chunk should be included in final report |
taskResults |
A |
A TaskResults
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.