get_config | R Documentation |
Reads and prints the configuration file from the database's root directory in a human-readable format.
get_config(path)
path |
[mandatory] (character) The path to the root directory of the generated database. |
A character string representing the formatted JSON content of the configuration file.
# Example: Printing the configuration file
## Not run:
get_config(path = "path/to/db")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.