data-raw/DATASET.R

filepath <- system.file(
    "extdata", "oyster.txt",
    package = "foodvirus"
)

oyster <- readFoodVirusData(filepath)

save(oyster, file = "oyster.RData")

tools::resaveRdaFiles(".")
sofpn/foodvirus documentation built on Dec. 23, 2021, 3:31 a.m.