station_to_data_frame {FedData}R Documentation

Convert a list of station data to a single data frame.

Description

station_to_data_frame returns a data.frame of the GHCN station data list.

Usage

station_to_data_frame(station.data)

Arguments

station.data

A named list containing station data

Details

This function unwraps the station data and merges all data into a single data frame, with the first column being in the Date class.

Value

A data.frame of the containing the unwrapped station data


[Package FedData version 4.3.0 Index]