Skip to contents

Print source Objects

Usage

# S3 method for source
print(x, ...)

Arguments

x

An source object

...

If indent = <numeric value> is specified the output is indented by the specified number of characters.

Value

No return value, called for side effects

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"