Re: [R-pkg-devel] data function from utils package

2016-08-17 Thread Mike Mehan
>> John Fox, Professor >> McMaster University >> Hamilton, Ontario, Canada >> Web: socserv.mcmaster.ca/jfox >> >> >> >> >> -Original Message- >>> From: R-package-devel [mailto:r-package-devel-boun...@r-proje

Re: [R-pkg-devel] data function from utils package

2016-08-17 Thread Hana Sevcikova
helps, John -- John Fox, Professor McMaster University Hamilton, Ontario, Canada Web: socserv.mcmaster.ca/jfox -Original Message- From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf Of Mike Mehan Sent: Tuesday, August

Re: [R-pkg-devel] data function from utils package

2016-08-16 Thread Fox, John
fox > -Original Message- > From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On > Behalf Of Mike Mehan > Sent: Tuesday, August 16, 2016 3:29 PM > To: r-package-devel@r-project.org > Subject: [R-pkg-devel] data function from utils package > > Hi

[R-pkg-devel] data function from utils package

2016-08-16 Thread Mike Mehan
Hi, I'm having trouble loading a csv file from my package data directory using the data() function. We have an external file that gets updated every month or so that we would like to include as data in our package. We are able to import it using the data function when it is saved as an R Data file