[R] Mutate issue help needed

Ivan Krylov |kry|ov @end|ng |rom d|@root@org
Tue Dec 17 15:50:39 CET 2024


В Tue, 17 Dec 2024 06:44:50 -0700
Neotropical bat risk assessments <neotropical.bats using gmail.com> пишет:

> fname <- "Buzz.txt"
 
> All<- fname

I think the code needs a call to read.table() or another function to
read your data here. 'All' is still a string containing the name of the
file, not its contents.

> All %>%
> mutate(*#convert Date from chr to Date*

This call expects 'All' to contain a data.frame-like object, not a file
name.

HTML-based bold text doesn't work on this mailing list, so to make it
easier for other people to copy & paste executable code from your
messages, I would recommend composing in plain text:
https://stat.ethz.ch/pipermail/r-help/2024-December/480371.html

-- 
Best regards,
Ivan



More information about the R-help mailing list