View source: R/ctg_bulk_fetch.R
ctg_bulk_fetch | R Documentation |
This function retrieves clinical trial data in bulk from the ClinicalTrials.gov API based on specified parameters. It handles pagination and returns a combined dataset.
ctg_bulk_fetch(
condition = NULL,
location = NULL,
title = NULL,
intervention = NULL,
status = NULL
)
condition |
Character string specifying the condition to search for. |
location |
Character string specifying the location to search in. |
title |
Character string specifying the title to search for. |
intervention |
Character string specifying the intervention to search for. |
status |
A character vector specifying the recruitment status of the trials. Allowed values are: Valid values include:
|
A data frame containing the fetched clinical trial data.
## Not run:
trials <- ctg_bulk_fetch(location="india")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.