inst/snippets/Data2.1c.R

# docFile() will tell us where the file is on our computer
docFile("OneTrueLove.csv", package = "Lock5withR")
OneTrueLove3 <- read.file(docFile("OneTrueLove.csv", package = "Lock5withR"))
OneTrueLove4 <- read.file("OneTrueLove.csv", package = "Lock5withR")
rpruim/Lock5withR documentation built on May 28, 2019, 1:31 a.m.