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

Installation

You can install the development version from GitHub with:

``` {r eval = FALSE}

install.packages("devtools")

devtools::install_github("AnoushiravanR/fars")

## Example

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

```r
library(fars)
## basic example code


AnoushiravanR/fars documentation built on Jan. 19, 2021, 5:16 p.m.