| crew_client | R Documentation | 
Create an R6 wrapper object to manage the mirai client.
crew_client(
  name = NULL,
  workers = NULL,
  host = NULL,
  port = NULL,
  tls = crew::crew_tls(),
  tls_enable = NULL,
  tls_config = NULL,
  serialization = NULL,
  seconds_interval = 1,
  seconds_timeout = 60,
  retry_tasks = NULL
)
name | 
 Deprecated on 2025-01-14 (  | 
workers | 
 Deprecated on 2025-01-13 (  | 
host | 
 IP address of the   | 
port | 
 TCP port to listen for the workers. If   | 
tls | 
 A TLS configuration object from   | 
tls_enable | 
 Deprecated on 2023-09-15 in version 0.4.1.
Use argument   | 
tls_config | 
 Deprecated on 2023-09-15 in version 0.4.1.
Use argument   | 
serialization | 
 Either   | 
seconds_interval | 
 Number of seconds between
polling intervals waiting for certain internal
synchronous operations to complete,
such as checking   | 
seconds_timeout | 
 Number of seconds until timing
out while waiting for certain synchronous operations to complete,
such as checking   | 
retry_tasks | 
 Deprecated on 2025-01-13 (  | 
Other client: 
crew_class_client
if (identical(Sys.getenv("CREW_EXAMPLES"), "true")) {
client <- crew_client()
client$start()
client$summary()
client$terminate()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.