The goal of {fusen.squirrels} is to present an example of the use of {fusen} with Rmd First method to build a package.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("statnmap/fusen.squirrels")
This is a basic example which shows how to check entry dataset on NYC Squirrel Census:
library(fusen.squirrels)
## Use internal dataset or your own
datafile <- system.file("nyc_squirrels_sample.csv", package = "fusen.squirrels")
nyc_squirrels <- read.csv(datafile)
## Check integrity of dataset
nyc_squirrels_ok <- check_data_integrity(nyc_squirrels)
#> All tests are good !