Displaying 1 result from an estimated 1 matches for "area_type_cod".
Did you mean:
area_type_code
2010 Mar 02
1
Reading data file with both fixed and tab-delimited fields
...an example record might be:
LASPS36040003 1990 M01 8.8 L
I want to read in the data in one pass and convert them to a data frame with the following columns (actual name, class in parentheses):
Survey abbreviation (survey, character)
Seasonal (seasonal, logical seasonal=T)
Area type (area_type_code, factor)
Area (area_code, factor)
Measure (measure_code, factor)
Year (year, Date)
Period (period, factor)
Value (value, numeric)
Footnote (footnote_codes, character but see note)
(Regarding the Footnote, I have to look at the data more. If there's
just one code per r...