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]]

______________________________________________
[email protected] 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.

______________________________________________
[email protected] 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.
  • [R] doubt Kurapati, Ravichandra (Ravichandra)
    • Re: [R] doubt Uwe Ligges

Reply via email to