Learn R Programming

svHttp (version 1.0.4)

http_server_clients: Get list of all names of clients that already connected to the http server

Description

Get list of all names of clients that already connected to the http server

Usage

http_server_clients()

HttpClientsNames()

Arguments

Value

A character vector with the name of currently connected clients.

See Also

start_http_server() for a complete example.

Examples

Run this code
# NOT RUN {
library(svHttp)
http_server_clients()
# }

Run the code above in your browser using DataLab