>
>
> > blah
> Error: object 'blah' not found
> > blah <- c(1, 2, 3)
> Error in c(1, 2, 3) : 'file' must be a character string or connection
>
> It used to work, and 6 months later I'm back on R, and now it will not
> work.
>
> Most likely, you inadvertently masked the base function c with your own
function c that does
something else.  Type
   c
and see what it shows.

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to