R/rerun.R

# library(rlang)
# rerun <- function(object) {
#
#   copy_obj <- rlang::enquo(object)
#
#   class(!! copy_obj)
# }
#
# my_df <- iris
#
# rerun(object = my_df)
#
# get("my_df")

Try the sealr package in your browser

Any scripts or data that you put into this service are public.

sealr documentation built on June 30, 2018, 5:06 p.m.