Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

labkey.rstudio.saveReport

Update RStudio report source back to LabKey


Description

LabKey-RStudio integration helper. Not intended for use outside RStudio.

Usage

labkey.rstudio.saveReport(folderPath, reportEntityId, reportFilename,
  useWarning = FALSE)

Arguments

folderPath

a string specifying the folderPath

reportEntityId

LabKey report's entityId

reportFilename

The filename to save

useWarning

(TRUE | FALSE) TRUE to prompt user choices to save

Examples

## RStudio console only
library(Rlabkey)
labkey.rstudio.saveReport(folderPath="home",
    reportEntityId="0123456a-789b-1000-abcd-01234567abcde",
    reportFilename="knitrReport.Rhtml", useWarning=TRUE)

Rlabkey

Data Exchange Between R and 'LabKey' Server

v2.6.0
Apache License 2.0
Authors
Peter Hussey
Initial release
2021-02-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.