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