sp219 wrote:
> Hi I would be grateful if anyone could shed any light...
> I usually import files into R with the read.csv command. This worked fine
> until I downloaded the latest version of R. Now, presumably it wont
recognise
> the file as a data frame since I always get the error message:-
> "The following object(s) are masked from package:base :"
> Any suggestions much appreciated,
> Simon.
1. This is a warning, no error.
2. Should be unrelated with the version of R (unless you last version
was really ancient).
You have masked objects from base (i.e. you have objects in the search
path prior to base that have the same names as some objects in base).
Uwe Ligges
>
>
>
> Simon Pickett
> Centre for Ecology and Conservation Biology
> University of Exeter in Cornwall
> Tremough Campus
> Penryn
> Cornwall
> TR10 9EZ UK
> Tel: 01326371852
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html