Print a metadata object with its population, observation, and analysis plans
Source:R/meta_adam.R
print.meta_adam.Rd
Print a metadata object with its population, observation, and analysis plans
Usage
# S3 method for class 'meta_adam'
print(x, ...)
Arguments
- x
An object returned by
meta_adam()
.- ...
Additional parameters for
print()
(not used).
Examples
meta_adam(observation = r2rtf::r2rtf_adae, population = r2rtf::r2rtf_adae) |> print()
#> ADaM metadata:
#> .$data_population Population data with 1191 subjects
#> .$data_observation Observation data with 1191 records
#>
#>