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

labkey.rstudio.initSession

Initialize a RStudio session for LabKey integration using a time one request id


Description

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

Usage

labkey.rstudio.initSession(requestId, baseUrl)

Arguments

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/

Examples

## RStudio console only
library(Rlabkey)
labkey.rstudio.initSession(requestId="a60228c8-9448-1036-a7c5-ab541dc15ee9",
    baseUrl="http://labkey/")

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.