get_json | R Documentation |
Reads and prints a specified JSON file from the provided root directory in a human-readable format.
get_json(path, file_path)
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. |
A character string representing the formatted JSON content of the specified file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.