| additions | Compute a patch of additions on a recursive object. |
| commit | Commit a change to a tracked environment. |
| commits | A named list of all commits. |
| copy_env | Copy one environment into another recursively. |
| deletions | Compute a patch of deletions on a recursive object. |
| diff | Compute a patch that takes a diff of a recursive object (list... |
| estimate_size | Estimate the size of a list stochastically. |
| force_push | Force push a tracked environment to a given commit. |
| heterogeneous_list_patch | Compute a patch between two lists of different length or... |
| homogeneous_list_patch | Compute a patch between two same-name same-length lists. |
| is.identity_patch | Check if an R object is an identity patch. |
| is.patch | Check if an R object is a patch. |
| is.trivial_patch | Check if an R object is a trivial patch. |
| modifications | Compute a patch of modifications on a recursive object. |
| objectdiff | Generate patch to turn one R object into another. |
| objectdiff-data.frame-data.frame-method | Record what changes have been made to a tracked environment. |
| objectdiff-environment-environment-method | Transform an environment into another environment. |
| objectdiff-list-list-method | Transform a list into another list. |
| objectdiff-numeric-numeric-method | Transform an atomic vector into an atomic vector. |
| objectdiff-tracked_environment-tracked_environment-method | Record what changes have been made to a tracked environment. |
| patch | patch |
| patch-class | A patching function to transform one R object into another. |
| patch_template | Create a patch from environment injected objects and body. |
| reorder_names_patch | Re-order names according to the names of object. |
| rollback | Roll back commits to an earlier version of the tracked... |
| squish_patches | Squish a sequence of patches off a base object into one. |
| tracked_environment | An environment object that tracks changes made to its... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.