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

data.anna

The goal of data.anna is to ...

Installation

You can install the development version of data.anna from GitHub with:

install.packages("devtools")
devtools::install_github("findanna/data.anna")

Example

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

library(data.anna)
extract_six_from_col(dataset = datasets::mtcars, column = "mpg")
extract_six_from_col(squirrels, "lat") 


findanna/data.anna documentation built on May 6, 2022, 12:25 a.m.