View source: R/creds_set_labkey.R
creds_set_labkey | R Documentation |
Build a data frame that contains all of the credentials needed to connect to a LabKey server pin board.
creds_set_labkey(api_key)
api_key |
A LabKey API key for connecting to the LabKey server where the data product is stored. See the LabKey documentation on API keys for more information on generating a LabKey API key. |
A data.frame with class "labkey_cred" and a column for each param.
## Not run:
creds_set_labkey(api_key = Sys.getenv("LABKEY_API_KEY"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.