| Exchanger | R Documentation |
Exchanger Class
cached()Exchanger$cached(host, config = list())
new()Exchanger$new(host, config = list())
provider()Exchanger$provider()
mxers()Exchanger$mxers()
mx_ips()Exchanger$mx_ips()
matches()Exchanger$matches(rules)
in_cidr()Exchanger$in_cidr(cidr)
clone()The objects of this class are cloneable with this method.
Exchanger$clone(deep = FALSE)
deepWhether to make a deep clone.
## Not run:
x <- Exchanger$new("gmail.com")
x
x$cached("gmail.com")
x
x$mxers_
x$mxers()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.