Learn R Programming

chevron (version 0.2.7)

report_null: Creates NULL Report

Description

Creates NULL Report

Usage

report_null(tlg, ...)

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

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

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

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

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

null_report

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.

Format

An object of class ElementaryTable with 1 rows and 1 columns.

Arguments

tlg

to convert to null report.

...

not used.

ind

(integer) indentation for the outputs of class VTableTree.

Examples

Run this code
report_null(NULL)

Run the code above in your browser using DataLab