version_info | R Documentation |
This function retrieves version information from specified clinical trials API sources.
version_info(source = "clinicaltrials.gov")
source |
A character string specifying the source to query. Currently, "clinicaltrials.gov" and "aact" are supported. |
A list containing API version and data timestamp for clinicaltrials.gov, or NULL for aact with a message printed.
ClinicalTrials.gov API - https://clinicaltrials.gov/api/v2/version AACT - https://aact.ctti-clinicaltrials.org/release_notes
version_info()
version_info("clinicaltrials.gov")
version_info("aact")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.