Utility to print summary info about the output of ejamit() or doaggregate()
Source:R/utils_structure.of.output.list.R
structure.of.output.list.Rd
Utility to print summary info about the output of ejamit() or doaggregate()
Arguments
- x
the output of
ejamit()
or ofdoaggregate()
, a list of objects holding results of analysis- maxshown
shows only first 10 elements of list by default
- objectname
name to use in printing summary, e.g., "Output of ejamit()" or default is to use the name of the object passed to this function.
Value
data.frame summarizing names of list, whether each element is a data.table, data.frame, or vector, and rows/cols/length info
Examples
structure.of.output.list(testpoints_10)
structure.of.output.list(testoutput_getblocksnearby_10pts_1miles)
structure.of.output.list(testoutput_doaggregate_10pts_1miles)
structure.of.output.list(testoutput_ejamit_10pts_1miles)
structure.of.output.list(testoutput_ejscreenapi_plus_5)
structure.of.output.list(testoutput_ejscreenit_5)