Displaying 1 result from an estimated 1 matches for "lasps36040003".
2010 Mar 02
1
Reading data file with both fixed and tab-delimited fields
...like quarter or month of year)
* value
* footnote_codes
The series_id consists of five fixed-width subfields (length in
parentheses):
* survey abbreviation (2)
* seasonal code (1)
* area type code (2)
* area code (6)
* measure code (2)
So 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...