View source: R/module_bookmark_manager.R
bookmarks_identical | R Documentation |
Test if two bookmarks store identical state.
bookmarks_identical(book1, book2)
book1 , book2 |
bookmark directories stored in |
input
environments are compared one variable at a time and if not identical,
values in both bookmarks are reported. States of datatable
s are stripped
of the time
element before comparing because the time stamp is always different.
The contents themselves are not printed as they are large and the contents are not informative.
Elements present in one bookmark and absent in the other are also reported.
Differences are printed as messages.
values
environments are compared with all.equal
.
Invisible NULL
if bookmarks are identical or if there are no bookmarks to test.
FALSE
if inconsistencies are detected.
Open an application, change relevant inputs (typically, all of them), and create a bookmark. Then open that bookmark and immediately create a bookmark of that. If restoring bookmarks occurred properly, the two bookmarks should store the same state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.