R/rustfare.R

# This file is part of the rustfare program (https://github.com/muuankarski/rustfare)

# Copyright (C) 2012-2013 Markus Kainu <markuskainu@gmail.com>. All rights reserved.

# This program is open source software; you can redistribute it and/or modify
# it under the terms of the FreeBSD License (keep this notice):
# http://en.wikipedia.org/wiki/BSD_licenses

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

#' rustfare: toolbox for R language for open welfare data from Russian Federation
#' 
#' @description The rustfare package pools together tools for searching, extracting,
#' and formatting welfare data on Russian Federation from 
#' different data providers. The rustfare functions are named according to data provider 
#' or the data set. Currently there data available from: Rosstat Regional Statistics, OECD, 
#' Quality of Governance -institute and World Bank
#'
#' @details
#' \tabular{ll}{
#' Package: \tab rustfare\cr
#' Type: \tab Package\cr
#' Version: \tab See sessionInfo() or DESCRIPTION file\cr
#' Date: \tab 2013\cr
#' License: \tab MIT\cr
#' LazyLoad: \tab yes\cr
#' }
#'
#'
#' @name rustfare
#' @aliases rustfare-package
#' @docType package
#' @title rustfare: toolbox for R language for open welfare data from Russian Federation
#'
#' @author Markus Kainu <markuskainu(at)gmail.com>
#' \url{http://markuskainu.fi/rustfare}
#' \url{https://github.com/muuankarski/rustfare}
#' @examples # library(rustfare)
NULL
rOpenGov/rustfare documentation built on May 26, 2019, 8:50 p.m.