powered by
LabKey-RStudio integration helper. Not intended for use outside RStudio.
labkey.rstudio.initRStudio(apiKey = "", baseUrl = "", folderPath, skipViewer = FALSE)
session key from your server
server location including context path, if any. e.g. https://www.labkey.org/
a string specifying the folderPath
folderPath
(TRUE | FALSE) TRUE to skip setting up LabKey schema viewer in RStudio
if (FALSE) { ## RStudio console only library(Rlabkey) labkey.rstudio.initRStudio(apiKey="abcdef0123456789abcdef0123456789", baseUrl="http://labkey/", folderPath="home") }
Run the code above in your browser using DataLab