Displaying 2 results from an estimated 2 matches for "measure_code".
2010 Mar 15
1
inner join sqldf
...res_seqno" "quantity" "directions" "no_of_packs"
[9] "datasource" "scan_ref_no" "name"
"approved_name"
[13] "formulation_code" "strength" "measure_code" "bnf_code"
[17] "bnf_description"
colnames(test_sql_tsf)
[1] "prochi" "prescribed_date" "dataMonth" "item_code"
[5] "res_seqno" "quantity" "directions&...
2010 Mar 02
1
Reading data file with both fixed and tab-delimited fields
...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 record, this will be a factor; if there are multiple,
it will eit...