get working release in PIP functions
get_wrk_release.Rd
You can place this function at the beginning of any of your PIP function to work with the working release
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())
} # }