Revision a53065a09c3fce65a63e137deb5bccb6162e6cff authored by Matthias Templ on 18 November 2020, 20:10:02 UTC, committed by cran-robot on 18 November 2020, 20:10:02 UTC
1 parent 9ae1e67
Raw File
instw.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{instw}
\alias{instw}
\title{value added, output and input for different ISIC codes and countries.}
\format{
A data.frame with 1555 rows and 7 columns.
}
\usage{
data(instw)
}
\description{
\itemize{
 \item{\code{ct}}{ct}
 \item{\code{isic}}{ISIC classification, Rev 3.2}
 \item{\code{VA}}{value added}
 \item{\code{OUT}}{output}
 \item{\code{INP}}{input}
 \item{\code{IS03}}{country code}
 \item{\code{mht}}{mht}
}
}
\examples{
data(instw)
head(instw)
}
\keyword{data}
back to top