Learn R Programming

quincunx (version 0.1.9)

is_paginated: 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)

Value

A logical value.

Arguments

json_string

a string.