[R] Loading some function at R startup

Vito Ricci vito_ricci at yahoo.com
Wed Nov 10 09:14:43 CET 2004


Dear R-users,

I've built these functions usefell for me to
import/export data from/to Excel:

importa.da.excel<-function(){read.delim2("clipboard",
dec=",")
## questa funzione consente di importare dati da Excel
in R
## selezionare in Excel le celle che contengono i
dati, 
## compresi in nomi delle colonne
## Autore: Vito Ricci email:vito_ricci at yahoo.com
## Data di creazione: 09/11/04
}

esporta.in.excel<-function(dati){write.table(dati,"clipboard",
sep="\t", dec=",", col.names=NA)
## questa funzione consente di esportare dati in Excel
da R
## passare come argomento il dataframe, la matrice,
vettore da esportare 
## Autore: Vito Ricci email:vito_ricci at yahoo.com
## Data di creazione: 09/11/04
}

I wish those functions will be loaded each time starts
an R session. How can I get this? 

platform i386-pc-mingw32
arch     i386           
os       mingw32        
system   i386, mingw32  
status                  
major    2              
minor    0.0            
year     2004           
month    10             
day      04             
language R   

Thanks in advance.
Vito

=====
Diventare costruttori di soluzioni
Became solutions' constructors

"The business of the statistician is to catalyze 
the scientific learning process."  
George E. P. Box


Visitate il portale http://www.modugno.it/
e in particolare la sezione su Palese http://www.modugno.it/archivio/cat_palese.shtml




More information about the R-help mailing list