Description Usage Details Examples
create_log
creates a variable can be updated to log the pupil
preprocessing steps and how these steps affected the pupil data.
1 |
Use the cat
function to print the log to the console in a
human-friendly format.
1 2 3 4 5 6 7 | # Create the log
log <- create_log()
# Print the log
cat(log)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.