Central product classification: Difference between revisions
Jump to navigation
Jump to search
(bug in code) |
|||
Line 18: | Line 18: | ||
=== Dependencies === | === Dependencies === | ||
=== | ===Calculations=== | ||
<rcode> | <rcode name="calculations" label="Initiate variable"> | ||
library(OpasnetUtils) | library(OpasnetUtils) | ||
library(xtable) | library(xtable) | ||
CPC <- Ovariable("CPC", ddata = "Op_en5914") | |||
CPC@output <- CPC@data | |||
objects.put(CPC) | |||
print(xtable(head( | |||
cat("Ovariable CPC created.\n") | |||
print(xtable(head(CPC@output)), type = 'html') | |||
</rcode> | |||
<rcode> | |||
library(OpasnetUtils) | |||
library(xtable) | |||
objects.latest("Op_en5914", "calculations") | |||
print(xtable(head(CPC@output)), type = 'html') | |||
</rcode> | </rcode> | ||
Revision as of 21:15, 27 January 2013
Moderator:Jouni (see all) |
|
Upload data
|
Question
What is a good classification system for products?
Answer
Rationale
UN CPC version 2 seems to be an optimal choice. [1] [2]
Dependencies
Calculations
See also
Keywords
References
Related files
<mfanonymousfilelist></mfanonymousfilelist>