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.