json_reader: Custom JSON reading function

View source: R/utils.R

json_readerR Documentation

Custom JSON reading function

Description

Checks for use of memoise and then uses vroom::vroom.

Usage

json_reader(file, verbose = FALSE, ...)

Arguments

file

A URL or filepath to a JSON

verbose

Logical, defaults to TRUE. Should verbose processing messages and warnings be returned.

...

extra parameters to be passed to jsonlite::fromJSON

Value

A data table


epiforecasts/covidregionaldata documentation built on June 26, 2022, 1 a.m.