report_null {chevron}R Documentation

Creates NULL Report

Description

Creates NULL Report

Usage

report_null(tlg, ...)

## S4 method for signature 'NULL'
report_null(tlg, ind = 2L, ...)

## S4 method for signature 'VTableTree'
report_null(tlg, ind = 2L, ...)

## S4 method for signature 'listing_df'
report_null(tlg, ind = 2L, ...)

## S4 method for signature 'list'
report_null(tlg, ind = 2L, ...)

## S4 method for signature 'ANY'
report_null(tlg, ...)

standard_null_report()

Arguments

tlg

to convert to null report.

...

not used.

ind

(integer) indentation for the outputs of class VTableTree.

Value

the tlg object or a NULL report if the tlg is NULL, is a TableTree with 0 rows, is a listing_df with 0 rows or is a list with 0 elements.

Examples

report_null(NULL)

[Package chevron version 0.2.12 Index]