[R] doubt

Uwe Ligges ligges at statistik.tu-dortmund.de
Mon Sep 8 13:52:52 CEST 2008


PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Uwe Ligges


Kurapati, Ravichandra (Ravichandra) wrote:
> Hi
> 
>  
> 
>             Lets say
> 
>             Main(){
> 
>             
> 
>  
> Fcaproxy(user="ravi",password="db",database="oracle",host="10.0.0.3")
> 
>            
> 
>             }
> 
>            
> 
>  
> 
>       "Fcaproxy" <-Function(...,importlimit=""){
> 
>  
> 
>                                Dbproxy(...)
> 
>                              }
> 
>           
> 
>           "Dbproxy"<-function(...){
> 
>  
> 
>                      Initproxy(...)
> 
>  
> 
>                      "Initproxy"
> <-function(database,user,password,host){
> 
>                                        print(database)
> 
>                                       }
> 
>           }
> 
>  
> 
>          What is the o/p of print statement?
> 
>  
> 
> Thanks
> 
> K.Ravichandra
> 
>  
> 
>  
> 
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list