read.fwf Questions
2
Solved
I'm trying to analyse the weather records for New York, using the daily data taken from here: http://cdiac.ornl.gov/epubs/ndp/ushcn/daily_doc.html
I'm loading the data with:
tf = pandas.read_fwf(...
Elburt asked 5/1, 2014 at 15:18
1
There are four blank lines at the end of my file.
> data=read.fwf("test2",head=F,widths=c(3,1,-3,4,-1,4),blank.lines.skip = TRUE)
> data
When I run this code, the blank.lines.skip argume...
Gnosticism asked 23/7, 2012 at 2:54
1
© 2022 - 2024 — McMap. All rights reserved.