path_to_json | R Documentation |
Retrieves the path to a JSON file in the local system or in the internet.
path_to_json(
json_url,
cache_folder_name = "cache_json",
cached_file_name = NULL,
cache_json
)
json_url |
the URL to the JSON file |
cache_folder_name |
The local folder where the JSON files are (to be) cached. |
cached_file_name |
The full path to the file name where the JSON file is to be saved locally. |
cache_json |
TRUE. Whether the JSON files with the raw data should be cached locally. |
The path to the JSON file saved locally (if 'cache_json' is TRUE) or to its URL if FALSE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.