| list_available_studies | R Documentation |
Returns a data frame of all clinical trial studies available as GitHub
Release assets, along with their local cache status. Studies marked as
cached = TRUE are already downloaded and available for use with
connect_clinical_data() without an internet connection.
When GitHub is unreachable, the function falls back to the last
successfully fetched listing (if available) and issues a warning.
The cached column is always recomputed from the local filesystem.
Requires the piggyback package.
list_available_studies(repo = "Lovemore-Gakava/clinTrialData")
repo |
GitHub repository in the form |
A data frame with columns:
Study name (pass this to download_study() or
connect_clinical_data())
Release tag the asset belongs to
Asset size in megabytes
TRUE if the study is already in the local cache
list_available_studies()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.