library(summarizeNHTS)
nhts_data <- read_data("2017", "C:/NHTS")

Example Heading 1

Example Heading 2

Example statistic:

statistic <- summarize_data(
  data = nhts_data,
  agg = "person_count",
  by = "AGE_GROUP"
)

make_chart(statistic)

Another Example Heading 1

Another Example statistic:

statistic <- summarize_data(
  data = nhts_data,
  agg = "person_count",
  by = "AGE_GROUP"
)

make_chart(statistic)


Westat-Transportation/summarizeNHTS documentation built on May 17, 2020, 8:57 p.m.