Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.01 KB

fusen.squirrels

R-CMD-check

The goal of {fusen.squirrels} is to present an example of the use of {fusen} with Rmd First method to build a package.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("statnmap/fusen.squirrels")

Example

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 !