Description Usage Arguments See Also Examples
View source: R/client_sendeR.R
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.
1 2 3 4 | client_sendeR(service, ...)
## S3 method for class '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. |
is.client_sendeR
, send_message
1 2 3 4 | client <- client_sendeR("a service name")
# Variant with default parameters set
client2 <- client_sendeR("service", message = "Default message template")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.