report_null: Creates 'NULL' Report

report_nullR 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)

chevron documentation built on June 20, 2025, 5:08 p.m.