Learn R Programming

GHCNr (version 1.4.6)

as_daily: Cast Table to Daily

Description

Cast Table to Daily

Usage

as_daily(data)

Value

An object of class ghcn_daily.

Arguments

data

A data frame or tibble to be used as the underlying data.

Examples

Run this code
if (FALSE) {
df <- read.csv(...)
df <- as_daily(df)
}

Run the code above in your browser using DataLab