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 errorsstrataCheck
identifies any new or unexpected stratavalidate
checks for table-wide repetitionidenticalBags
checks for matching columns within filesissueCheck
looks for records that should be processed laterfindDuplicates
identifies duplicate HIP recordsfixDuplicates
resolves duplicate HIP recordsproof
checks values for errorscorrect
systematically fixes erroneous 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
devtools::install_github("USFWS/migbirdHIP", 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.