farr
<!-- README.md is generated from README.Rmd. Please edit that file --> # farr <!-- badges: start --> <!-- badges: end --> The goal of farr is to provide functions and small data sets as used in [“Empirical Research in Accounting: Tools and Methods”](https://iangow.github.io/far_book/). ## Installation You can install the released version of farr from [CRAN](https://CRAN.R-project.org) with: ``` r install.packages("farr") ``` And the development version from [GitHub](https://github.com/) with: ``` r # install.packages("devtools") devtools::install_github("iangow/farr") ```