| Address | R Documentation |
Address Class
method(character) one or more URLs
url(character) one or more URLs
method(character) one or more URLs
url(character) one or more URLs
new()Create a new Address object
Address$new(email_address, config = list())
email_address(character) an email address
config(list) list of config options
split_local_host()split local host
Address$split_local_host(email)
email(character) email address
character string
normal()Address$normal()
to_s()Address$to_s()
munge()Address$munge()
canonical()Address$canonical()
base()Address$base()
reference()Address$reference()
valid()Address$valid(options = list())
fail()Address$fail()
clone()The objects of this class are cloneable with this method.
Address$clone(deep = FALSE)
deepWhether to make a deep clone.
## Not run:
x <- Address$new("User+tag@example.com")
x
x$local
x$local$valid()
x$host
x$host$valid()
x$valid()
x$fail()
x$munge()
x$normal()
x <- Address$new("User+tag@example.com",
config = list(munge_string = "*^*^*^*"))
x$munge()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.