euctr_details | R Documentation |
Retrieves the start date, whether results were posted, the publication date and the completion date for a EUCTR entry
euctr_details(trn, n_retry = 10)
trn |
A character vector containing a EUCTR trial registry number |
n_retry |
Integer number of times to try downloading again before failing, default 10 |
A list containing: 1. a logical TRUE/FALSE indicating whether results are posted, 2. the trial start date, 3. a date indicating the first version publication date and 4. the "Global completion date" or the "Global end of trial date" if the "Global completion date" is not reported, and NA if neither is reported
euctr_details("2012-001661-32") ## results euctr_details("2020-005087-66") ## no results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.