get.private | R Documentation |
This function retrieves data from BOLD using the private API. The user can access both public data and their own private data using this function.
get.private(record.codes, token)
record.codes |
A vector of dataset codes or project codes |
token |
A valid token obtained from loging in to BOLD. |
A dataframe of records obtaiend through the private API corresponding to the record.codes parameter entered into the function.
Nishan Mudalige
## token <- login.bold("username") ## example.df <- get.private("ACAGA", token) ## example.df ## example.df <- get.private(c("ACAGA","CCANN","PRT"), token) ## example.df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.