Clear objects which are created in the current script.
Usage
clear_script_objects(
  ...,
  filepath = NULL,
  list = character(),
  pos = -1,
  envir = as.environment(pos),
  line_start = 0,
  line_end = -1L,
  silent = TRUE
)Clear objects which are created in the current script.
clear_script_objects(
  ...,
  filepath = NULL,
  list = character(),
  pos = -1,
  envir = as.environment(pos),
  line_start = 0,
  line_end = -1L,
  silent = TRUE
)