Learn R Programming

WebGestaltR (version 0.4.6)

cacheUrl: cacheUrl

Description

Get data from a URL or cache and optionally save in cache for reuse

Usage

cacheUrl(dataUrl, cache = NULL, query = NULL)

Value

response object from httr request

Arguments

dataUrl

The URL of data

cache

The cache directory. Defaults to NULL and fetches data from server.

query

The list of queries passed on to httr methods