Skip to content

An example of use for {fusen} along with presentation

License

Unknown, MIT licenses found

Licenses found

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

statnmap/squirrels.fusen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d705877 · Apr 23, 2021

History

7 Commits
Apr 23, 2021
Apr 21, 2021
Apr 23, 2021
Apr 21, 2021
Apr 21, 2021
Apr 21, 2021
Apr 23, 2021
Apr 21, 2021
Apr 23, 2021
Apr 16, 2021
Apr 16, 2021
Apr 21, 2021
Apr 23, 2021
Apr 23, 2021
Apr 23, 2021
Apr 16, 2021

Repository files navigation

squirrels.fusen

R-CMD-check Codecov test coverage

The goal of {squirrels.fusen} is to present an example of package built with {fusen}.
This goes along with my presentations available in https:://github.com/statnmap/prez.

Installation

The development version from GitHub with:

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

Example

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

library(squirrels.fusen)
## basic example code
# A working example
my_data_example <- data.frame(
  lat = c(40.77, 40.78),
  long = c(-73.95, -73.96),
  primary_fur_color = c("grey", "black")
)
check_data_integrity(my_data_example)
#> All tests are good !

About

An example of use for {fusen} along with presentation

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