Central product classification
From Opasnet
Moderator:Jouni (see all) |
|
Upload data
|
What is a good classification system for products?
library(OpasnetUtils) library(xtable) objects.get("K4nyB3vNg9yQvtdy") print(xtable(head(CPC@output)), type = 'html') |
UN CPC version 2 seems to be an optimal choice. [1] [2]
library(OpasnetUtils) library(xtable) CPC <- Ovariable("CPC", ddata = "Op_en5914") CPC@output <- CPC@data objects.put(CPC) cat("Ovariable CPC created.\n") print(xtable(head(CPC@output)), type = 'html') |
<mfanonymousfilelist></mfanonymousfilelist>