inst/scripts/csv.R

# this script was used to generate the file found at:
# inst/extdata/packMatches.csv

library(packFinder)

data("packMatches")

packsToCsv(packMatches, system.file(
    "extdata", 
    "packMatches.csv", 
    package = "packFinder"
))
jackgisby/packFinder documentation built on July 19, 2022, 2:25 a.m.