Create formatted credentials for connecting to a LabKey board
Source:R/creds_set_labkey.R
creds_set_labkey.Rd
Build a data frame that contains all of the credentials needed to connect to a LabKey server pin board.
Arguments
- 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.
Examples
if (FALSE) { # \dontrun{
creds_set_labkey(api_key = Sys.getenv("LABKEY_API_KEY"))
} # }