Skip to contents

This will return the no of elements that were returned from JSON data query.

Usage

get_count(x)

Arguments

x

a list, i.e. a JSON data object

Value

no_elements an integer, no of elements to download a value between 1 to 100

Examples

if (FALSE) {
###Return no of elements from a JSON data object (obtained using get_JSON_doc())
get_count(x = JSON_doc)
}