is_email_address: Test if a string is an e-mail address.

Description Usage Arguments Value Examples

View source: R/email_addresses.R

Description

Test if a string is an e-mail address.

Usage

1

Arguments

.x

A character vector.

Value

A logical value indicating if that string is an e-mail address.

Examples

1
2
3
# Examples
is_email_address("hello") # FALSE
is_email_address("hello@world.edu") # TRUE

detector documentation built on May 2, 2019, 9:19 a.m.