View source: R/are_equal_screenlogs.R
are_equal_screenlogs | R Documentation |
Will stop if the arguments are not screenlogs.
are_equal_screenlogs(screenlog_1, screenlog_2)
screenlog_1 |
an screenlog, as created by create_screenlog |
screenlog_2 |
an screenlog, as created by create_screenlog |
TRUE if the two screenlogs are equal
Richèl J.C. Bilderbeek
Use create_screenlog to create an screenlog
check_empty_beautier_folder()
screenlog_1 <- create_screenlog(log_every = 1000)
screenlog_2 <- create_screenlog(log_every = 314)
# TRUE
are_equal_screenlogs(screenlog_1, screenlog_1)
# FALSE
are_equal_screenlogs(screenlog_1, screenlog_2)
check_empty_beautier_folder()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.