nassqs_check {rnassqs} | R Documentation |
Check the response.
Description
Check that the response is valid, i.e. that it doesn't exceed 50,000 records and that all the parameter values are valid. This is used to ensure that the query is valid before querying to reduce wait times before receiving an error.
Usage
nassqs_check(response)
Arguments
response |
a |
Value
nothing if check is passed, or an informative error if not passed.
[Package rnassqs version 0.6.1 Index]