Exchanger: Exchanger

ExchangerR Documentation

Exchanger

Description

Exchanger Class

Methods

Public methods


Method cached()

Usage
Exchanger$cached(host, config = list())

Method new()

Usage
Exchanger$new(host, config = list())

Method provider()

Usage
Exchanger$provider()

Method mxers()

Usage
Exchanger$mxers()

Method mx_ips()

Usage
Exchanger$mx_ips()

Method matches()

Usage
Exchanger$matches(rules)

Method in_cidr()

Usage
Exchanger$in_cidr(cidr)

Method clone()

The objects of this class are cloneable with this method.

Usage
Exchanger$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Examples

## Not run: 
x <- Exchanger$new("gmail.com")
x
x$cached("gmail.com")
x
x$mxers_
x$mxers()

## End(Not run)

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