knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

This is a package of personal utility functions. The only data included is droids, a subset of the starwars dataset from the dplyr package.


Install with:

# install.packages("devtools")
devtools::install_github("aedobbyn/dobtools")

It is mainly a collection of string munging and model running and styling functions. Of particular use to most analyses may be import_scripts() and run_tests(). The latter is implemented in testthat::test_dir(), but run_tests() allows you to run tests test-by-test in a directory, and also includes the indispensable beeps.



aedobbyn/dobtools documentation built on May 28, 2019, 2:33 a.m.