The migbirdHIP package provides an easy-to-use set of R functions for the U.S. Fish and Wildlife Service Migratory Bird Program to wrangle, tidy, and visualize Harvest Information Program data.
Tasks that can be accomplished with this package include:
read_hip
imports dataclean
does basic reorganization tasksfindDuplicates
identifies duplicate HIP recordsfixDuplicates
resolves duplicate HIP recordsstrataCheck
identifies any new stratavalidate
checks for table-wide repetitioninvestigate
reports details on repeated valuesproof
checks values for errorscorrect
systematically fixes erroneous valuesshiftFix
corrects line shift errorsmanualFix
lets the user fix any remaining unsatisfactory values- Error visualization with
errorPlot_dl
,errorPlot_fields
, anderrorPlot_states
- Exploration of specific errors with
youthHunters
andoutOfStateHunters
- Detailed error reporting with
errorTable
,pullErrors
, andredFlags
- Automated report writing with
writeReport
- Custom .csv writing with
write_hip
library(devtools)
install_github("USFWS/migbirdHIP", build_vignettes = TRUE)
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.