| labguru_get_folder | R Documentation |
Takes a folder id and gets the folder information.
labguru_get_folder(
folder_id,
server = Sys.getenv("LABGURU_SERVER"),
token = Sys.getenv("LABGURU_TOKEN")
)
folder_id |
numeric(1) id indicating a folder on labguru server |
server |
character(1) indicating the server URL |
token |
character(1) access token for API authentication |
list object of labguru folder
## Not run: labguru_get_folder(folder_id = 1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.