create_log: Create a log of pupil preprocessing steps

Description Usage Details Examples

View source: R/logging.R

Description

create_log creates a variable can be updated to log the pupil preprocessing steps and how these steps affected the pupil data.

Usage

1

Details

Use the cat function to print the log to the console in a human-friendly format.

Examples

1
2
3
4
5
6
7
# Create the log
log <- create_log()



# Print the log
cat(log)

WillemSleegers/eyepatch documentation built on Aug. 2, 2021, 8:39 a.m.