Get the column names for a returned CSV Legacy dataset

get_column_names(data_item)

Arguments

data_item

character string; data item for the dataset

Value

vector; a vector of character strings with the column headings

Examples

get_column_names("TEMP")
#> [1] "record_type" "spot_date" #> [3] "temperature_out_turn" "normal_reference_temperature" #> [5] "low_reference_temperature" "high_reference_temperature"