Skip to contents

You can place this function at the beginning of any of your PIP function to work with the working release

Usage

get_wrk_release(name = "wrk_release")

Arguments

name

character: Name of the working release object. default is "wrk_release" and you should leave it like that

Value

assign name object to parent.frame() which is the function it is being called from

Examples

if (FALSE) { # \dontrun{
hello <- function() {
get_wrk_release()
invisible(wrk_release)
}
setup_working_release()
print(hell())
} # }