clear script objects.
clear_script_objects.Rd
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
)