View source: R/labkey.rstudio.R
labkey.rstudio.initSession | R Documentation |
LabKey-RStudio integration helper. Not intended for use outside RStudio.
labkey.rstudio.initSession(requestId, baseUrl)
requestId |
A one time request id generated by LabKey server for initializing RStudio |
baseUrl |
server location including context path, if any. e.g. https://www.labkey.org/ |
## Not run:
## RStudio console only
library(Rlabkey)
labkey.rstudio.initSession(requestId="a60228c8-9448-1036-a7c5-ab541dc15ee9",
baseUrl="http://labkey/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.