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