write_hip: Modify corrected data table format and write as csv

View source: R/write_hip.R

write_hipR Documentation

Modify corrected data table format and write as csv

Description

After correcting errors in the data with correct, this final step will shape up the dataframe into a format ready for the database, and write the data to csv.

Usage

write_hip(corrected_data, path, type, split = TRUE)

Arguments

corrected_data

The object created after correcting data with correct

path

The file path and file name to write the final table

type

The type of HIP file being written out, one of: "HIP", "BT", or "CR"

split

Split the output into one .csv file per .txt file? Default is TRUE.

Author(s)

Abby Walter, abby_walter@fws.gov

References

https://github.com/USFWS/migbirdHIP


USFWS/migbirdHIP documentation built on June 12, 2025, 6:56 a.m.