https://github.com/cran/robCompositions
Raw File
Tip revision: 9d594684d2bd4630b4501eac818563d0509628d4 authored by Matthias Templ on 14 August 2017, 12:14:11 UTC
version 2.0.6
Tip revision: 9d59468
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)
}
\author{
Valentin Todorov
}
\keyword{data}
back to top