myip {installr} | R Documentation |
What is my IP
Description
Retrieving your public IP via https://api.ipify.org. (old solution used: http://api.exip.org/ based on http://stackoverflow.com/questions/3097589/getting-my-public-ip-via-api)
Usage
myip(...)
Arguments
... |
not in use |
Value
your current ip (character string)
Source
See Also
Examples
## Not run:
myip() # "37.132.25.15"
## End(Not run)
[Package installr version 0.23.4 Index]