Central product classification: Difference between revisions
Jump to navigation
Jump to search
(Data uploaded using Opasnet Base Import) |
(bug in code) |
||
Line 19: | Line 19: | ||
=== Formula === | === Formula === | ||
<rcode> | |||
library(OpasnetUtils) | |||
library(xtable) | |||
data <- opbase.data("Op_en5914") | |||
data$Result <- gsub('\\"', '', data$Result) | |||
colnames(data) <- c("CDC.code", "CDCResult") | |||
print(xtable(head(data)), type = 'html') | |||
opbase.upload(data, ident = "Op_en5914", who = "Jouni") | |||
cat("Data uploaded successfully\n") | |||
</rcode> | |||
==See also== | ==See also== | ||
Line 30: | Line 45: | ||
==Related files== | ==Related files== | ||
{{mfiles}} | {{mfiles}} |
Revision as of 18:22, 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
Formula
See also
Keywords
References
Related files
<mfanonymousfilelist></mfanonymousfilelist>