Send your data by email using gmail API
When a script has finished running, you may want to email the results by using the Gmail API. you must first install and load the package gmailr package.
if you are going to display some kind of table I would suggest to also install the tableHTML package.
The Next step is to connect to Gmail API. You need to activate it in your Google Cloud project More info here and then replace the fake value with your key and secret in the following example.
This commande will transform your dataframe into an html table
we build the email
and we send it
Last updated