-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
25 lines (25 loc) · 985 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: summarizeNHTS
Title: National Household Travel Survey R Analysis Toolkit
Version: 0.0.0.9000
Authors@R: c(
person("Alex", "Cates", email = "[email protected]",role = c("aut", "cre")),
person("Anthony", "Fucci", email = "[email protected]",role = c("aut")),
person("Marcelo", "Simas", email = "[email protected]",role = c("aut"))
)
Description: High level functions for downloading and loading National Household Travel Survey multi-level weighted datasets. More importantly, fast high level functions for computing weighted statistics with errors, including national daily household and person trip rates. Pass computed data to one of three vizualization functions for producing consistent HTML tables, charts, and maps.
Depends:
R (>= 3.2.0),
ggplot2
License: GPL-3
Imports:
Rcpp (>= 0.11.0),
data.table,
ggiraph,
htmlTable,
magrittr,
rgdal,
sp,
R6
LinkingTo: Rcpp
LazyData: true
RoxygenNote: 6.1.0