Learn R Programming

admiral (version 1.1.1)

print_named_list: Print Named List

Description

Print Named List

Usage

print_named_list(list, indent = 0)

Value

No return value, called for side effects

Arguments

list

A named list

indent

Indent

The output is indented by the specified number of characters.

See Also

Utilities for printing: print.adam_templates(), print.duplicates(), print.source()

Examples

Run this code
print_named_list(death_event)

Run the code above in your browser using DataLab