Description Usage Arguments Value Examples
View source: R/ct_read_results.R
Returns the study record as an xml_document object.
1 | ct_read_results(URL)
|
URL |
The URL given after searching on ClinicalTrials.gov. |
A dataframe of the ClinicalTrials.gov results table.
1 2 3 4 5 6 7 | ## Not run:
# Copy-paste the URL from the ClinicalTrials.gov website
URL <- "http://www.clinicaltrials.gov/ct2/results?cond=Heart+Failure"
# Download results table
results_table <- get_results_table(URL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.