Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 428 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 428 Bytes

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)