RC.wrapper.function {RC} | R Documentation |
Creates the wrapper function RC.fun() which contains the R code that was stored in the repository. The function RC.wrapper.function() is called by RC.reuse().
RC.wrapper.function(metadata = "")
metadata |
the meta data object which is obtained from RC.meta.data() |
This function simply creates the function RC.fun() which contains the R code from the repository. If RC.fun() already exists, it is replaced without warning.