Socket                  R6 convenience wrapper for socketR handles.
close.Socket            Close an R6 Socket with the standard R
                        connection API.
close.socketr_socket    Close a socketR handle with the standard R
                        connection API.
socketR-package         POSIX socket programming for R
socket_connect_auto     Connect using the first available IPv6 or IPv4
                        endpoint.
socket_connections      Adapt sockets and R connections for byte I/O.
socket_datagrams        Datagram socket I/O.
socket_fd               Return the native file descriptor, or NA for a
                        closed socket.
socket_get_option       Get a socket option.
socket_io               Stream socket I/O.
socket_lifecycle        Manage a socket handle lifecycle.
socket_listen_auto      Listen on the first available IPv6 or IPv4
                        address family.
socket_options          Common socket option helpers.
socket_readiness        Control socket blocking and readiness.
socket_resolve          Resolve a hostname or address into socket
                        endpoints.
socket_set_option       Set a socket option.
socket_set_options      Set multiple socket options in order.
socket_setup            Create and configure POSIX sockets.
