client_sendeR: sendeR client

Description Usage Arguments See Also Examples

View source: R/client_sendeR.R

Description

Function client_sendeR is a constructor for an object of a client_sendeR class. This object is an underlying structure on which every other client is based.

Usage

1
2
3
4
client_sendeR(service, ...)

## S3 method for class 'client_sendeR'
print(x, ...)

Arguments

service

typically a name of service whose client extends the object.

...

argument not used. Required only for overloading purposes.

x

an object to print.

See Also

is.client_sendeR, send_message

Examples

1
2
3
4
client <- client_sendeR("a service name")

# Variant with default parameters set
client2 <- client_sendeR("service", message = "Default message template")

tmakowski/sendeR documentation built on June 27, 2020, 9 p.m.