Writes Alliance Counts to File
save_alliance_counts.Rd
Writes Alliance record counts to a .csv file with the version info of the Alliance file it came from as a footer.
Arguments
- counts_tbl
record counts as
alliance_tbl
(e.g. output fromcount_alliance_records()
)- file
file to write to
- ...
arguments to pass on to
readr::write_csv()
See also
Other Alliance functions:
count_alliance_records()
,
download_alliance_tsv()
,
read_alliance()