as_daily {GHCNr}R Documentation

Cast Table to Daily

Description

Cast Table to Daily

Usage

as_daily(data)

Arguments

data

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

Value

An object of class ghcn_daily.

Examples

## Not run: 
df <- read.csv(...)
df <- as_daily(df)

## End(Not run)

[Package GHCNr version 1.4.5 Index]