append_log | R Documentation |
Creates a log in the form of a named list of character vectors, where each element of the vector is a log entry and the names of the list correspond to the entry date.
append_log(log_entry)
log_entry |
character, a log entry. |
A named list of strings.
## Not run: if(interactive()){ append_log('Some log entry') } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.