knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
A small package for automated reporting (presentation example).
omnitrend is not on CRAN. Install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("fjodor/omnitrend")
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.