Skip to contents

Lifecycle: experimental R-CMD-check

A R package for working with freshwater recreational creel data. This package contains a variety of utility functions which are considered general use and might be applicable in various places of a workflow. It also contains functions which perform a utility process; for example, the group of functions relating to the extract, transform, and load (ETL) process for uploading model estimates to the creel database.

Installation

creelutils can be installed from GitHub with the devtools package. As GitHub is a source code repository, this requires the installation of Rtools. One day it may be distributed as a binary hosted on CRAN.

devtools::install_github("wdfw-fp/creelutils")