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

Try the Lock5withR package in your browser

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

Lock5withR documentation built on May 2, 2019, 3:43 p.m.