# Get the default jar
default_jar()
# Set a custom cookie storage directory
options(cookie_dir = "/path/to/your/cookie/directory")
# Get the custom cookie directory
default_jar()
# revert to the package default
options(cookie_dir = rappdirs::user_cache_dir("r_cookies"))
Run the code above in your browser using DataLab