View source: R/labkey.rstudio.R
labkey.rstudio.saveReport | R Documentation |
LabKey-RStudio integration helper. Not intended for use outside RStudio.
labkey.rstudio.saveReport(folderPath, reportEntityId, reportFilename,
useWarning = FALSE)
folderPath |
a string specifying the |
reportEntityId |
LabKey report's entityId |
reportFilename |
The filename to save |
useWarning |
(TRUE | FALSE) TRUE to prompt user choices to save |
## Not run:
## RStudio console only
library(Rlabkey)
labkey.rstudio.saveReport(folderPath="home",
reportEntityId="0123456a-789b-1000-abcd-01234567abcde",
reportFilename="knitrReport.Rhtml", useWarning=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.