knitr::opts_chunk$set(echo = FALSE)


# libraries -------------------------------------------

library(lubridate); library(beepr)
library(tidyverse); library(muadc); library(magrittr)
library(readxl); library(rlang)
library(formattable); library(fundRaising);
library(knitr); library(kableExtra)

# data ------------------------------------------------

if( !exists("lastinit") || lastinit < (now() - seconds(3) ) ) {
  initcommitsdb()
  lastinit  <- now()
}


mykable  <- function(df, ...) {
  kable_styling(df
  , bootstrap_options = c("striped", "hover", "condensed", "responsive")
  , position = "left"
  , ...
 )
}
Summary wzxhzdk:1
Donor Codes wzxhzdk:2
Assigned Prospects wzxhzdk:3
Repeated Addresses wzxhzdk:4


crazybilly/muadc documentation built on March 6, 2021, 4:15 p.m.