pxweb (version 0.9.1)

pxweb_add_call: Add an api call to a pxweb_api_s3 object

Description

The pxweb_add_call function add a call the the api in the call stack, then compute

Promise: The stored rda api object will always have the latest calls This is not thread safe so only one session at a time should call the api.

Usage

pxweb_add_call(obj, time_stamp = Sys.time())

Arguments

obj

a pxweb_api_s3 object