rp5: A function to read and clean meteo data from <https://rp5.ru>

View source: R/rp5_functions.R

rp5R Documentation

A function to read and clean meteo data from https://rp5.ru

Description

A function to read and clean meteo data from https://rp5.ru

Usage

rp5(csv_path, timezone = "Europe/Moscow")

Arguments

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

Examples

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


atsyplenkov/atslib documentation built on April 21, 2024, 11:59 p.m.