Allows easy access to a summary for every variable in the data set.
exploreAllSummaries(data, ...)
# S3 method for allSummaries
print(x, ...)a data set
additional arguments passed to getPlotSummary()
an allSummaries object
allSummaries object, a concatenation of summaries from all variables
print(allSummaries): print method for allSummaries object
exploreAllSummaries(iris)
#> [1] "====================================================================================================\n iNZight Summary\n----------------------------------------------------------------------------------------------------\n Primary variable of interest: Sepal.Length (categorical)\n \n Total number of observations: 1\n====================================================================================================\n\nSummary of the distribution of Sepal.Length:\n--------------------------------------------\n\n Sepal.Length Total\n Count 1 1\n Percent 100.00% 100%\n\n\n====================================================================================================\n\n\n\n====================================================================================================\n iNZight Summary\n----------------------------------------------------------------------------------------------------\n Primary variable of interest: Sepal.Width (categorical)\n \n Total number of observations: 1\n====================================================================================================\n\nSummary of the distribution of Sepal.Width:\n-------------------------------------------\n\n Sepal.Width Total\n Count 1 1\n Percent 100.00% 100%\n\n\n====================================================================================================\n\n\n\n====================================================================================================\n iNZight Summary\n----------------------------------------------------------------------------------------------------\n Primary variable of interest: Petal.Length (categorical)\n \n Total number of observations: 1\n====================================================================================================\n\nSummary of the distribution of Petal.Length:\n--------------------------------------------\n\n Petal.Length Total\n Count 1 1\n Percent 100.00% 100%\n\n\n====================================================================================================\n\n\n\n====================================================================================================\n iNZight Summary\n----------------------------------------------------------------------------------------------------\n Primary variable of interest: Petal.Width (categorical)\n \n Total number of observations: 1\n====================================================================================================\n\nSummary of the distribution of Petal.Width:\n-------------------------------------------\n\n Petal.Width Total\n Count 1 1\n Percent 100.00% 100%\n\n\n====================================================================================================\n\n\n\n====================================================================================================\n iNZight Summary\n----------------------------------------------------------------------------------------------------\n Primary variable of interest: Species (categorical)\n \n Total number of observations: 1\n====================================================================================================\n\nSummary of the distribution of Species:\n---------------------------------------\n\n Species Total\n Count 1 1\n Percent 100.00% 100%\n\n\n====================================================================================================\n\n"
#> attr(,"class")
#> [1] "allSummaries"