View source: R/rp5_functions.R
rp5 | R Documentation |
A function to read and clean meteo data from https://rp5.ru
rp5(csv_path, timezone = "Europe/Moscow")
csv_path |
a full path to a downloaded .csv file from https://rp5.ru; it works OK only with UTF-8 ecnoding and .csv extenstion |
timezone |
timezone of the meteostation |
## Not run:
library(atslib)
rp5("data/raw/meteo/Moscow/27605.16.11.2019.30.01.2020.1.0.0.ru.utf8.00000000.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.