get_all_assays {ctxR} | R Documentation |
Retrieve all assays
Description
Retrieve all assays
Usage
get_all_assays(
API_key = NULL,
Server = bioactivity_api_server,
verbose = FALSE
)
Arguments
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. |
Value
A data.frame containing all the assays and associated information
Examples
# Retrieve all assays
assays <- get_all_assays()
[Package ctxR version 1.0.0 Index]