View source: R/bioactivity-APIs.R
get_all_assays | R Documentation |
Retrieve all assays
get_all_assays(
API_key = NULL,
Server = bioactivity_api_server,
verbose = FALSE
)
API_key |
The user-specific API key |
Server |
The root address for the API endpoint |
verbose |
A logical indicating if some “progress report” should be given. |
A data.frame containing all the assays and associated information
# Retrieve all assays
assays <- get_all_assays()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.