process_weather {aelab}R Documentation

convert_time

Description

Tidy the daily weather data downloaded from weather station in Taiwan.

Usage

process_weather(file_path, date, zone)

Arguments

file_path

Directory of file.

date

Date of the daily weather data in yyyy-mm-dd format.

zone

Code for the region of the weather station.

Value

A dataframe.

Examples

weather_data_path <- system.file("extdata", "ex_weather.csv", package = "aelab")
df <- process_weather(weather_data_path, "2024-01-01", "site_A")

[Package aelab version 0.4.0 Index]