Skip to content

An R package for manipulating naturalistic driving datasets.

License

Notifications You must be signed in to change notification settings

caimiao0714/NDS

Repository files navigation

NDS

An R package for manipulating naturalistic driving datasets.

NDS package separates ping data into trips, shifts, and 30-minute intervals

Generate .pdf documentation:

file.remove("NDS.pdf")
#> [1] TRUE
pack = "NDS"
path = find.package(pack)
system(paste(shQuote(file.path(R.home("bin"), "R")),
    "CMD", "Rd2pdf", shQuote(path)))

Problems to solve:

  • Two active pings are faraway
  • Vehicle stopping for a long time

Tutorials to make an R package:

  1. Hilary Parker: Writing an R package from scratch,
  2. R-Mageddon: Writing an R package from scratch,
  3. usethis workflow for package development,
  4. Hadley Wickham: R Packages.
  5. RStudio

About

An R package for manipulating naturalistic driving datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages