swh:1:snp:cba907cabb90d910ce06526e8e65110f84d1288a
Raw File
Tip revision: a53065a09c3fce65a63e137deb5bccb6162e6cff authored by Matthias Templ on 18 November 2020, 20:10:02 UTC
version 2.3.0
Tip revision: a53065a
rcodes.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dataSets.R
\docType{data}
\name{rcodes}
\alias{rcodes}
\title{codes for UNIDO tables}
\format{
A data.frame with 2717 rows and 6 columns.
}
\usage{
data(rcodes)
}
\description{
\itemize{
 \item{\code{ISOCN}}{ISOCN codes}
 \item{\code{OPERATOR}}{Operator}
 \item{\code{ADESC}}{Country}
 \item{\code{CCODE}}{Country code}
 \item{\code{CDESC}}{Country destination}
 \item{\code{ACODE}}{Country destination code}
}
}
\examples{
data(rcodes)
str(rcodes)
}
\keyword{data}
back to top