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.
client_sendeR(service, ...) # S3 method for client_sendeR print(x, ...)
| service | typically a name of service whose client extends the object. |
|---|---|
| ... | argument not used. Required only for overloading purposes. |
| x | an object to print. |
client <- client_sendeR("a service name") # Variant with default parameters set client2 <- client_sendeR("service", message = "Default message template")