Skip to content
Prev 1058 / 12125 Next

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

Hi Hana,
That works! Thanks for the great suggestion. For some reason I got an error
that it couldn't find the read.csv() function. Adding library(utils) to the
script didn't fix it. Including the namespace in the call did though.

mydata <- utils::read.csv("mydata.csv")

Thanks,
Mike
On Wed, Aug 17, 2016 at 11:43 AM, Hana Sevcikova <hanas at uw.edu> wrote: