Revision 775c7e1be4c58aaf8adccdd2b92d07aa9cdc265f authored by Matthias Templ on 14 January 2020, 05:10:03 UTC, committed by cran-robot on 14 January 2020, 05:10:03 UTC
1 parent d761b2f
Raw File
economy.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{economy}
\alias{economy}
\title{economic indicators}
\format{A data frame with 30 observations and 7 variables}
\usage{
data(economy)
}
\description{
Household and government consumptions, gross captial formation and import and exports of goods 
and services.
}
\details{
\itemize{
 \item{\code{country }}{country name}
 \item{\code{country2 }}{country name, short version}
 \item{\code{HHconsumption }}{Household and NPISH final consumption expenditure}
 \item{\code{GOVconsumption }}{Final consumption expenditure of general government}
 \item{\code{capital }}{Gross capital formation}
 \item{\code{exports }}{Exports of goods and services}
 \item{\code{imports }}{Imports of goods and services}
}
}
\examples{

data(economy)
str(economy)
}
\references{
Eurostat, \url{http://ec.europa.eu/eurostat/data}
}
\author{
Peter Filzmoser, Matthias Templ \email{matthias.templ@tuwien.ac.at}
}
\keyword{data}
back to top