get_local: Get value from local storage based on key

View source: R/cache_get.r

get_localR Documentation

Get value from local storage based on key

Description

Get value from local storage based on key

Usage

get_local(cache, key, path = "~/")

Arguments

cache

Logical

key

Key from url + args

Examples

## Not run: 
key = "http://api.plos.org/search?q=author:Ethan%20White&rows=1&wt=json"
path = "~/scottscache"
golocal2(TRUE, key, path)

## End(Not run)

ropensci/mocker documentation built on May 18, 2022, 5:38 p.m.