knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

avalanchr

Lifecycle: experimental CRAN status

The goal of avalanchr is to streamline data workflows for the AVALANCHE data science team. This package will help you connect to our databases, easily construct summaries and visualizations, and create reports to understand our data better.

Installation

avalanchr is not yet on CRAN. In the meantime, you can install from our GitHub page:

# install.packages("remotes")
remotes::install_github("malcolmbarrett/avalanchr")

Example

This is a basic example which shows you how to solve a common problem:

library(avalanchr)

The main database connection function is db_con(). We also have several wrappers to connect to the data.

db_con("residents_per_sector")
get_resident_data()

Plot functions begin with plot_()

plot_donations()


malcolmbarrett/avalanchr documentation built on Jan. 26, 2020, 12:59 a.m.