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

Examples

print(death_event)
#> <event_source> object
#> dataset_name: "adsl"
#> filter: DTHFL == "Y"
#> date: DTHDT
#> censor: 0
#> set_values_to:
#>   EVNTDESC: "DEATH"
#>   SRCDOM: "ADSL"
#>   SRCVAR: "DTHDT"