Print source Objects
Usage
# S3 method for source
print(x, ...)Arguments
- x
An
sourceobject- ...
If
indent = <numeric value>is specified the output is indented by the specified number of characters.
See also
Utilities for printing:
print.adam_templates(),
print_named_list()
Examples
print(death_event)
#> <event_source> object
#> dataset_name: "adsl"
#> filter: DTHFL == "Y"
#> date: DTHDT
#> censor: 0L
#> set_values_to:
#> EVNTDESC: "DEATH"
#> SRCDOM: "ADSL"
#> SRCVAR: "DTHDT"
