Initialize a RStudio session for LabKey integration
LabKey-RStudio integration helper. Not intended for use outside RStudio.
labkey.rstudio.initRStudio(apiKey = "", baseUrl = "", folderPath, skipViewer = FALSE)
apiKey |
session key from your server |
baseUrl |
server location including context path, if any. e.g. https://www.labkey.org/ |
folderPath |
a string specifying the |
skipViewer |
(TRUE | FALSE) TRUE to skip setting up LabKey schema viewer in RStudio |
## RStudio console only library(Rlabkey) labkey.rstudio.initRStudio(apiKey="session|abcdef0123456789abcdef0123456789", baseUrl="http://labkey/", folderPath="home")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.