[R] Reading a CSV file

Uwe Ligges ||gge@ @end|ng |rom @t@t|@t|k@tu-dortmund@de
Sun Aug 7 02:51:12 CEST 2022


csv <- readLines(filename)
read.csv(text = csv[-(2:5)]

Best,
Uwe Ligges


On 07.08.2022 02:15, Erin Hodgess wrote:
> Hello!
> 
> Is there a way to read the first line of a CSV file, then skip 4 lines,
> then continue reading, please?
> 
> I know you can skip from the top, but I don't know if you can read and then
> skip.
> 
> Thanks,
> Erin
> 
> 
> Erin Hodgess, PhD
> mailto: erinm.hodgess using gmail.com
> 
> 	[[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