knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

billys

The goal of billys is to make a few convenience functions to help myself. To make it work, save a key from Billys.com to your .Renviron file as BILLY_PAT.

Example

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

library(billys)
library(dplyr)

class(billys_bank_payments())


krose/billys documentation built on May 27, 2019, 7:40 a.m.