Learn R Programming

leakr (version 0.1.0)

import_json: Import JSON files with better structure handling

Description

Import and process JSON files, converting them into a standardized data.frame.

Usage

import_json(file_path, verbose = FALSE, ...)

Value

A data.frame with the content from the JSON file, flattened.

Arguments

file_path

Path to the JSON file.

verbose

Logical flag indicating whether to show progress messages (default is FALSE).

...

Additional arguments passed to jsonlite::fromJSON().