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.