Learn R Programming

tidyweather (version 0.2.0)

read_weather: Read weather records from a file list and/or a folder list

Description

Read weather records from a file list and/or a folder list

Usage

read_weather(file, format = "APSIM", ...)

Value

A data.frame which contains all weather data.

Arguments

file

A character string to specify weather filename.

format

A character string to specify the format of weather file.

...

Other arguments

Examples

Run this code
file <- system.file("extdata/ppd_72150.met", package = "tidyweather")
records <- read_weather(file)
head(records)

Run the code above in your browser using DataLab