Print and return information about an object.
info(
object_name,
gcam_data_map = NULL,
previous_tracelist = NULL,
upstream = TRUE,
downstream = TRUE,
print = TRUE
)
Name of object to get information about (can be either a data object or a code chunk)
A tibble of metadata information; normally a built-in package dataset
Information about previous objects printed (if called from dstrace
)
Print and return upstream precursors? Logical
Print and return downstream dependents? Logical
Print to console? Logical
If called directly, returns an entry from GCAM_DATA_MAP
; if called from dstrace
, a two-
element list with linked object and tracelist information. If called and object_name
is the name of a
code chunk (as opposed to that of a data object), the relevant help page will be pulled up.