R/zzz.R

Defines functions .onLoad .onAttach

.onAttach <- function(libname, pkgname){
  packageStartupMessage(
    "
  [wikipediatrend]
    
  Note:
    
    - Data before 2016-01-01 
      * is provided by petermeissner.de and
      * was prepared in a project commissioned by the Hertie School of Governance (Prof. Dr. Simon Munzert)
      * and supported by the Daimler and Benz Foundation.
    
    - Data from 2016-01-01 onwards 
      * is provided by the Wikipedia Foundation
      * via its pageviews package and API.
    ")
}

.onLoad <- function(libname, pkgname){
  
}

Try the wikipediatrend package in your browser

Any scripts or data that you put into this service are public.

wikipediatrend documentation built on July 8, 2020, 5:44 p.m.