Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 998 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 998 Bytes

carutools

R-CMD-check

carutools is an R package that provides helpful tools for use by Church Army's Research Unit. It also includes a few tutorials for internal use.

Colours and scales

Carutools makes Church Army brand colours available via simple functions (e.g. ca_cyan()). It also includes a number of (not fantastic) ggplot() scale functions, which are wrappers around default scales that use Church Army colours (and pallettes) by default).

Miscellaneous

Carutools also contains simple, miscellaneous functions that have proved useful to CARU researchers at one time or another. These are:

tally_delimited_string

Expands data-frame columns comprised of delimited strings into multiple columns, with the option of couting instances of each unique item.