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