Adds core variables from supplier datasets as predecessor columns to
datasets that use them (marked with usecore = TRUE).
Note: Currently only accepts core variables from ADSL.
Arguments
- x
A mighty_study or mighty_domain object.
- ...
Additional arguments passed to methods.
Value
A modified mighty_study or mighty_domain with core variables added as predecessor columns.
Examples
study <- mighty_study(
path = system.file("examples", package = "mighty.metadata")
)
study <- populate_core(study)
