search for: tp2318328p2319484

Displaying 1 result from an estimated 1 matches for "tp2318328p2319484".

2010 Aug 09
2
Results with name of dataset
I generate and save a dataset For example exampledata<-runif(10) library("R.utils"); saveObject(exampledata, file="exampledata_9810.RData"); exampledata_9810<- loadObject("exampledata_9810.RData"); I use ex function to make alot of calculations using sink to export results (in this simply example only summary of dataset) ex<-function(data){