auth_clean | R Documentation |
If there is a file with saved tokens it will delete it.
auth_clean(old = TRUE, new = FALSE)
old |
A logical value if you want to remove old tokens. |
new |
A logical value if you want to remove new tokens. |
This functions helps to comply with CRAN policy to remove files created by the package.
An invisible logical value showing the success of the operation.
If no tokens need to be deleted it will return FALSE too.
NULL
if there is nothing to do.
auth_clean(TRUE, TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.