Raw Message
Message-ID: <3f87cc6d05041811347b559cb8@mail.gmail.com> Date: 2005-04-18T18:34:59Z From: Omar Lakkis Subject: 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?