addressable

knitr::opts_chunk$set(
  warning = FALSE,
  message = FALSE,
  collapse = TRUE,
  comment = "#>"
)

R-CMD-check codecov

Email Address Validation

Install

remotes::install_github("ropensci/addressable@main")
library("addressable")

Address

x <- Address$new("User+tag@example.com")
x$host$host_name
x$local$local
x$valid()
x$fail()
x <- Address$new("user1")
x$valid()
x$fail()

Meta



ropenscilabs/addressable documentation built on Sept. 13, 2022, 11:32 p.m.