Returns details about nodes that were added via mc_add_node.
Can return either a list of node addresses or detailed information.
Arguments
- conn
A connection object created by
mc_connect.- verbose
Logical. If
TRUE, returns a data frame with detailed information about each added node (e.g., connected status, last connection time). IfFALSE(default), returns a character vector of node addresses.- node
Optional character string. If provided, returns information only for that specific node.
Value
If verbose = FALSE: a character vector of node addresses.
If verbose = TRUE: a data frame (via rpc_res_to_df) with
node details.