is_paginated {quincunx} | R Documentation |
Is the response paginated?
Description
Checks if the response is paginated by checking if a count element exists in the response.
Usage
is_paginated(json_string)
Arguments
json_string |
a string. |
Value
A logical value.
[Package quincunx version 0.1.10 Index]