read_jma_weather {jmastats} | R Documentation |
Read the past weather
Description
Read the past weather data files downloaded from JMA.
Usage
read_jma_weather(path)
Arguments
path |
The path to the downloaded file. |
Value
a tbl
object
See Also
https://www.data.jma.go.jp/gmd/risk/obsdl/index.php, https://www.data.jma.go.jp/gmd/risk/obsdl/top/help3.html
Examples
read_jma_weather(system.file("dummy/dl_data.csv", package = "jmastats"))
[Package jmastats version 0.2.1 Index]