Learn R Programming

repec (version 0.1.0)

testip: 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

Run this code
# NOT RUN {
testip(YOURCODE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab