unset_cache_from_environ | R Documentation |
.Renviron
This function searches for and removes the enw_cache_location
setting from
the .Renviron
file located in the user's project or home directory.
It utilizes the get_renviron_contents function to access and
modify the contents of the .Renviron
file. If the enw_cache_location
setting is found and successfully removed, a success message is displayed.
If the setting is not found, a warning message is displayed.
unset_cache_from_environ(alert_on_not_set = TRUE)
alert_on_not_set |
A logical value indicating whether to display a
warning message if the |
Invisible NULL. The function is used for its side effect of modifying
the .Renviron
file.
get_renviron_contents()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.