View source: R/list_to_email.R
list_to_email | R Documentation |
This function helps you to save O365 type email addresses from list
list_to_email(email = NULL, sep = "\t", reverse = FALSE)
email |
From where to read the data. Default: clipboard. |
sep |
Separator, if data is not from clipboard. Default: tab. |
reverse |
Reverse the order of the first and the last name. Default: FALSE. |
names_list <- c("Matti meikäläinen", "Maija Meikalainen") writeClipboard(names_list) list_to_email(email = "gmail.com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.