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"
))

Try the packFinder package in your browser

Any scripts or data that you put into this service are public.

packFinder documentation built on Nov. 8, 2020, 5:24 p.m.