knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

omnitrend

A small package for automated reporting (presentation example).

Installation

omnitrend is not on CRAN. Install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("fjodor/omnitrend")

Example

Examples:

library(omnitrend)
# bericht()
# bericht(continent = "Europe", Land1 = "Iceland", Land2 = "Turkey")
# bericht(continent = "Europe", min_year = 1982, max_year = 2007,
#         Land1 = "Iceland", Land2 = "Turkey", Dateiname = "Europa.html")


fjodor/omnitrend documentation built on March 31, 2020, 12:58 a.m.