File import in R could be considered a solved problem, with multiple widely used packages (data.table, readr, and others) providing fast, robust import of common formats in addition to the functions available in base R. However I feel there is still …
The key to well-documented, well-tested and easily-distributed R
code is the package. This half day class will teach you how to make package
development as easy as possible with devtools and usethis. You'll also learn
roxygen2 to document your code …