View source: R/board_params_set_labkey.R
board_params_set_labkey | R Documentation |
Build a data frame that contains all of the parameters needed to specify a LabKey pin board.
board_params_set_labkey(
board_alias = deprecated(),
url,
folder = "",
cache_alias = NULL
)
A data.frame with class "labkey_board" and a column for each param.
## Not run:
board_params_set_labkey(
url = "https://learn.labkey.com/",
folder = "folder_name"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.