Skip to content
Prev 67952 / 398506 Next

dynamic function loading

How can I do dynamic function loading in R?
I have a list of R functions in the database and want to, dynamicly,
execute teh function that corresponds to my in comming data. Is there
a way to do that without a big if/else?