Learn R Programming

ArctosR (version 0.1.3)

Response: Response

Description

Response returned from Arctos.

Arguments

Methods


Method new()

Usage

Response$new(request, raw_response)


Method set_start_index()

Usage

Response$set_start_index(start)


Method was_success()

Usage

Response$was_success()


Method is_empty()

Usage

Response$is_empty()


Method has_json_content()

Usage

Response$has_json_content()


Method to_list()

Usage

Response$to_list()


Method to_records()

Usage

Response$to_records(start = 0)


Method clone()

The objects of this class are cloneable with this method.

Usage

Response$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.