powered by
path_temp() starts the path with the session temporary directory
path_temp()
path_home() starts the path with the users home directory
path_home()
path_home(...)path_temp(...)
path_temp(...)
Additional paths appended to the temporary directory by path().
path()
# NOT RUN { path_home() path_home("R") path_temp() path_temp("does-not-exist") # }
Run the code above in your browser using DataLab