testip {repec} | R Documentation |
Verifies whether the connection is performed from the registered IP
testip(code = NA) test_ip(code = NA)
code |
User code required to use API. Included in every API call. If not supplied, the REPEC_API_KEY environment variable will be used. |
TRUE if the connection is from a registered IP, FALSE otherwise.
## Not run: testip(YOURCODE) ## End(Not run)