Skip to contents

Print Named List

Usage

print_named_list(list, indent = 0)

Arguments

list

A named list

indent

Indent

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.duplicates(), print.source()

Examples

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