Skip to contents

Check if refinitiv proxy url is alive

Usage

rd_check_proxy_url(port = 9060, debug = TRUE)

Arguments

port

9060 or 9000

debug

boolean TRUE or False

Value

api status code and version

Examples

if (FALSE) { # \dontrun{
test <- rd_check_proxy_url(port = 9000)
test <- rd_check_proxy_url(port = 9060)
} # }