report_null | R Documentation |
NULL
ReportCreates NULL
Report
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()
tlg |
to convert to null report. |
... |
not used. |
ind |
( |
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.
report_null(NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.