View source: R/GHCN_FUNCTIONS.R
station_to_data_frame | R Documentation |
station_to_data_frame
returns a data.frame
of the GHCN station data list.
station_to_data_frame(station.data)
station.data |
A named list containing station data |
This function unwraps the station data and merges all data into a single data frame,
with the first column being in the Date
class.
A data.frame
of the containing the unwrapped station data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.