free_port {netstat} | R Documentation |
Retrieve a Transmission Control Protocol (TCP) port that is not currently in use
free_port(random)
random |
Boolean value that defaults to FALSE |
An integer vector of length one
## Not run:
free_port()
free_port(random = TRUE)
## End(Not run)