Description Usage Arguments Details Examples
Logs messages to command line, load configurations from a json file.
1 | start_logging(config = NULL)
|
config |
name of the config file, json format |
If config file not specified, will initiate a basic session from the default config file (saved to the list log_config).
1 2 3 4 | ## Not run:
start_logging("log_config.json")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.