README.md

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)
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union

class(billys_bank_payments())
#> [1] "tbl_df"     "tbl"        "data.frame"


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