Hi,

i need to get functions name from R file

example

test.R file having 2 functions like

add<-function()
{
a+b
}
sub<-function()
{
a-b
}

how to get function name from test.R file

i need output is functions are add,sub.

Thanks
B.Purushothaman

--
View this message in context: 
http://r.789695.n4.nabble.com/I-need-to-get-function-name-from-R-file-tp4636136.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@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.

Reply via email to