as_daily: Cast Table to Daily

View source: R/s3_classes.R

as_dailyR 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)

GHCNr documentation built on April 3, 2025, 11:16 p.m.