## Make test data available
data(kola.c)
attach(kola.c)
## Saves the file kola_c_COUNTRY_Cu_summary.csv for later use
## in the R working directory.
framework.summary(COUNTRY, Cu, file = "kola_c")
## Detach test data
detach(kola.c)
Run the code above in your browser using DataLab