# Set two working directory paths to toggle between
# If you are working in your local computer, set `local` to "TRUE"
wd_loc(local = TRUE,
local_path = file.path("local path"),
remote_path = file.path("path on server"))
# If you are working in a remote server, set `local` to "FALSE"
wd_loc(local = FALSE,
local_path = file.path("local path"),
remote_path = file.path("path on server"))
Run the code above in your browser using DataLab