Query {ArctosR}R Documentation

Query

Description

The results of a user query. Able to accept multiple responses to increase the record count, or to add columns.

Methods

Public methods


Method catalog_request()

Usage
Query$catalog_request()

Method from_response_request()

Usage
Query$from_response_request()

Method info_request()

Usage
Query$info_request()

Method perform()

Usage
Query$perform(api_key = NULL)

Method save_metadata_json()

Usage
Query$save_metadata_json(file_path)

Method save_records_csv()

Usage
Query$save_records_csv(file_path, expanded = FALSE)

Method expand_col()

Usage
Query$expand_col(column_name)

Method get_responses()

Usage
Query$get_responses()

Method clone()

The objects of this class are cloneable with this method.

Usage
Query$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


[Package ArctosR version 0.1.1 Index]