get_wd_here()gets the working directory to the path of the current script.set_wd_here()sets the working directory to the path of the current script.open_wd_here()Open the File Explorer at the directory path of the current script.open_wd()Open the File Explorer at the current working directory.
Usage
set_wd_here(path = NULL)
get_wd_here(path = NULL)
open_wd_here(path = get_wd_here())
open_wd(path = getwd())