Difference between revisions of "Central product classification"

From Testiwiki
Jump to: navigation, 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}}<!-- __OBI_TS:1359302864 -->
+
{{mfiles}}

Revision as of 18:22, 27 January 2013



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

+ Show code

See also

Keywords

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>