Skip to contents

get data from json file, either subset of full data

Usage

gjd(s = NULL, names_only = FALSE, json_path = NULL)

Arguments

s

string with the name of the first-level JSON entry to be fetched if set to NULL (default) data from full JSON entry is returned

names_only

logical, if TRUE only names of the first-level JSON entries are returned

json_path

string with the path to the JSON file

Value

R object returned from jsonlite::fromJSON