Skip to content
Prev 307024 / 398506 Next

Error not found - for file retrieval with head()

Couple of things:

1. 'head' it to look at objects, not files
2. you specified 'turtlehatch.csv' without quotes which told R to look
for an object by that name
3. you probably want to use 'file.show'
On Thu, Oct 4, 2012 at 5:47 PM, Jhope <jeanwaijang at gmail.com> wrote: