[R] Error: unexpected symbol in "read.csv(12agosto.csv after installing Monterey

Duncan Murdoch murdoch@dunc@n @end|ng |rom gm@||@com
Tue Nov 9 10:54:27 CET 2021


It looks as though you ran

  read.csv(12agosto.csv)

You need to put the filename in quotes:

  read.csv("12agosto.csv")

Duncan Murdoch

On 08/11/2021 8:59 p.m., cuevas using cicese.mx wrote:
> \n<<SEND AS PLAIN TEXT!>>\n\n \n<<Write your query here, using your example code to illustrate>> \n<<End with your name and affiliation>>\n\n\n\n
> --please do not edit the information below--
> 
> R Version:
> platform = aarch64-apple-darwin20
> arch = aarch64
> os = darwin20
> system = aarch64, darwin20
> status =
> major = 4
> minor = 1.2
> year = 2021
> month = 11
> day = 01
> svn rev = 81115
> language = R
> version.string = R version 4.1.2 (2021-11-01)
> nickname = Bird Hippie
> 
> GUI:
> R-GUI 1.77 (8007)
> 
> Locale:
> en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
> 
> Search Path:
> .GlobalEnv, tools:RGUI, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods,
> Autoloads, package:base
> 
> 
> --------------------------------------
> Horacio, de la Cueva, PhD
> CICESE
> Biología Experimental y Aplicada
> Carretera Ensenada Tijiuana No. 3918
> Zona Playitas,
> Ensenada BC
> 22760
> México
> 
> US Mailing Address:
> P.O. Box, 430222
> San Ysidro, CA 92143
> 
> cuevas using cicese.mx
> cohevolution using gmail.com
> cohevolution using icloud.com
> https://horaciodelacueva.blogspot.mx/
> cel +52 646 171 5485
> 
> ORCID
> 0000-0002-5280-6458
> 
> Web of Science ResearcherID
> ABA-4045-2020.
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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.
>



More information about the R-help mailing list