R package for TV (Tarifvertrag).
Installation
For installing the latest release of this R package run the following code below:
# Enable repository from mrustl
options(repos = c(
mrustl = 'https://mrustl.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
# Download and install 'tv' in R
install.packages('tv')
# Browse the 'tv' manual pages
help(package = 'tv')
Usage
Checkout the Tutorial using this R package.