The migbirdHIP package provides a set of R functions for the U.S. Fish and Wildlife Service Migratory Bird Program to process, clean, and visualize Harvest Information Program data.
Tasks that can be accomplished with this package include:
read_hip
imports dataclean
does basic reorganization tasksfileCheck
makes sure all files are newglyphCheck
identifies non-UTF-8 charactersshiftCheck
finds line shift errorsbagCheck
identifies any new or unexpected bag valuesissueCheck
looks for records that should be processed laterduplicateFinder
identifies duplicate HIP recordsduplicateFix
resolves duplicate HIP recordsproof
checks values for errorscorrect
systematically fixes erroneous values- Error visualization with
errorPlotDL
,errorPlotFields
, anderrorPlotStates
- Detailed error table reporting with
errorTable
andpullErrors
- Automated report writing with
writeReport
- Custom .csv writing with
write_hip
devtools::install_github("USFWS/migbirdHIP", build_vignettes = T)
Below are the definitive package versions used for each hunting season. To install a past release, use the example below and substitute the appropriate version number.
devtools::install_github("USFWS/migbirdHIP@v1.2.8", build_vignettes = T)
vignette(topic = "migbirdHIP_workflow", package = "migbirdHIP")
The United States Fish and Wildlife Service (FWS) GitHub project code is provided on an “as is” basis and the user assumes responsibility for its use. FWS has relinquished control of the information and no longer has responsibility to protect the integrity, confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by FWS. The FWS seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by FWS or the United States Government.
This project is licensed under the terms of the Creative Commons Zero v1.0 Universal license.