Housekeeping: Housekeeping

View source: R/Internal_housekeeping.R

HousekeepingR Documentation

Housekeeping

Description

Collect basic metadata from a trial such as

  • NCT number

  • Trial Status

  • Phase

  • Brief Title

Usage

Housekeeping(trial_path)

Arguments

trial_path

An absolute or relative path to the XML file

Value

Returns a dataframe with a trial's NCT number, trial status, phase and title. 1 row per trial

Examples

ct_files <- example_file <- system.file("extdat", "NCT00160147.xml", package = "TidyTrials")
Housekeeping(ct_files)

Dennis-Valentine/TidyTrials documentation built on March 23, 2022, 7:43 p.m.