simfinR_set_fromJSON: Sets memoise cache function

Description Usage Arguments Value Examples

View source: R/utils.R

Description

USes the memoise package to set a cache function for jsonlite::fromJSON The choice of the cache folder defines where to save the local files. If not set, will use tempdir()

Usage

1
simfinR_set_fromJSON(cache_folder = tempdir())

Arguments

cache_folder

The local folder where to save files

Value

A memoised function

Examples

1
mem_fromJSON <- simfinR_set_fromJSON()

simfinR documentation built on April 2, 2021, 5:06 p.m.