init_log_dir | R Documentation |
This function initializes the log directory for the session. It creates a new directory if it does not exist.
init_log_dir(SE)
SE |
A list containing session information. |
Updates the logdir element in the SE list with the path to the log directory.
SE <- as.environment(list(session = list(token = "asdf")))
init_log_dir(SE)
dir.exists(SE$logdir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.