/flowkey-r-utilities

A collection of routines and utilities for writing R data analysis scripts and notebooks

Primary LanguageR

Flowkey R Utilities

From our workflows for writing analytics scripts, there are shortcuts that have been extracted from repeated tasks into routines and functions in this repository. So much gold!

Installing the package:

devtools::install_github('flowkey/flowkey-r-utilities')

To use it:

library(flowkey)

Building the package (after dev changes):

roxygen2::roxygenize(clean=TRUE)