Learn R Programming

epidatr (version 1.2.0)

cache_epidata_call: Dispatch caching

Description

The guts of caching, its interposed between fetch and the specific fetch methods. Internal method only.

Usage

cache_epidata_call(epidata_call, fetch_args = fetch_args_list())

Arguments

epidata_call

the epidata_call object

fetch_args

the args list for fetch as generated by fetch_args_list()