powered by
Reads and prints the configuration file from the database's root directory in a human-readable format.
get_config(path)
A character string representing the formatted JSON content of the configuration file.
[mandatory] (character) The path to the root directory of the generated database.
# Example: Printing the configuration file if (FALSE) { get_config(path = "path/to/db") }
Run the code above in your browser using DataLab