Skip to contents

Populates column metadata from predecessor references. Columns with a method in the format domain.column (e.g., ADSL.USUBJID) inherit metadata from the referenced predecessor.

Usage

populate_sparse(x, ...)

Arguments

x

A mighty_study or mighty_domain object.

...

Additional arguments passed to methods.

Value

A modified mighty_study or mighty_domain with predecessor column metadata populated.

Examples

study <- mighty_study(
  path = system.file("examples", package = "mighty.metadata")
)
study <- populate_sparse(study)