
Download a Clinical Description Template
Source:R/downloadClinicalDescriptionTemplate.R
downloadClinicalDescriptionTemplate.RdDownload a Clinical Description Template
Examples
# \donttest{
library(PhenotypeR)
library(here)
#> here() starts at /home/runner/work/PhenotypeR/PhenotypeR
downloadClinicalDescriptionTemplate(directory = here(),
name = "metformin")
#> ✔ Clinical description template download correctly!
# }