Skip to content

Example of the use of {fusen} with Rmd First method to build a package.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

statnmap/fusen.squirrels

Repository files navigation

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 !

About

Example of the use of {fusen} with Rmd First method to build a package.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages