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")
uribo/sealr documentation built on May 26, 2019, 5:34 a.m.