RC.wrapper.function {RC}R Documentation

Fetch wrapper function

Description

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().

Usage

RC.wrapper.function(metadata = "")

Arguments

metadata the meta data object which is obtained from RC.meta.data()

Value

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.

See Also

RC.reuse


[Package RC version 1.0.1.27 Index]