list_to_email: list_to_email

View source: R/list_to_email.R

list_to_emailR Documentation

list_to_email

Description

This function helps you to save O365 type email addresses from list

Usage

list_to_email(email = NULL, sep = "\t", reverse = FALSE)

Arguments

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.

Examples

names_list <- c("Matti meikäläinen", "Maija Meikalainen")
writeClipboard(names_list)
list_to_email(email = "gmail.com")

JouniVatanen/Jmisc documentation built on Feb. 3, 2023, 12:28 a.m.