get_json: Print JSON File

View source: R/get_json.R

get_jsonR Documentation

Print JSON File

Description

Reads and prints a specified JSON file from the provided root directory in a human-readable format.

Usage

get_json(path, file_path)

Arguments

path

[mandatory] (character) The path to the root directory of the generated database.

file_path

[mandatory] (character) The relative path to the JSON file from the root directory.

Value

A character string representing the formatted JSON content of the specified file.


geeLite documentation built on Aug. 9, 2025, 1:08 a.m.