pssp is a package that works with WDFW collected Puget Sound creel sampling data. None of the functions with retrieve data will work outside of the state network, although functions focused on analysis will work give the proper dataset.
pssp can be installed through R-Universe like so:
install.packages("pssp", repos = "https://framverse.r-universe.dev")
Alternatively, with Rtools and devtools
or remotes
installed, pssp can be installed like so:
devtools::install_github("FRAMverse/pssp")
# Alternatively
remotes::install_github("FRAMverse/pssp")