get_json {geeLite} | R 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.
[Package geeLite version 1.0.2 Index]