View source: R/Internal_housekeeping.R
Housekeeping | R Documentation |
Collect basic metadata from a trial such as
NCT number
Trial Status
Phase
Brief Title
Housekeeping(trial_path)
trial_path |
An absolute or relative path to the XML file |
Returns a dataframe with a trial's NCT number, trial status, phase and title. 1 row per trial
ct_files <- example_file <- system.file("extdat", "NCT00160147.xml", package = "TidyTrials") Housekeeping(ct_files)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.