README.md

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:

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


caimiao0714/NDS documentation built on Nov. 4, 2019, 8:22 a.m.