Skip to contents

Utility to print summary info about the output of ejamit() or doaggregate()

Usage

structure.of.output.list(x, maxshown = 10, objectname = NULL)

Arguments

x

the output of ejamit() or of doaggregate(), 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)