get_secret_email | R Documentation |
get_secret_email
is a function that retrieves the email address associated with the credentials stored in the local .Renviron
file from the store_secret_credentials
.
get_secret_email()
get_secret_email
should most likely never be run by the user as it is an internal function that will be
passed to other functions like get_token
. Nevertheless, it may be useful for a user who wants to
check the email address that was saved in the local .Renviron file for errors. If the email address is incorrect,
the user may consider rerunning store_secret_credentials
and inputting the correct email address as
part of the prompt.
string of the email address
Gabriel Rosenfeld, gabriel.rosenfeld@nih.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.