| dataset_info | R Documentation |
Fetches and displays metadata for any study available in the
clinTrialData library – without downloading the full dataset. Metadata
includes the study description, available domains and datasets, subject
count, version, and data source attribution.
For studies already downloaded via download_study(), the metadata is read
from the local cache and works offline. For studies not yet downloaded, a
small JSON file (~2KB) is fetched from the GitHub Release.
dataset_info(source, repo = "Lovemore-Gakava/clinTrialData")
source |
Character string. Name of the study (e.g.
|
repo |
GitHub repository in the form |
Invisibly returns the metadata as a named list.
dataset_info("cdisc_pilot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.