Package: daff 1.1.1
daff: Diff, Patch and Merge for Data.frames
Diff, patch and merge for data frames. Document changes in data sets and use them to apply patches. Changes to data can be made visible by using render_diff(). The 'V8' package is used to wrap the 'daff.js' 'JavaScript' library which is included in the package.
Authors:
daff_1.1.1.tar.gz
daff_1.1.1.zip(r-4.5)daff_1.1.1.zip(r-4.4)daff_1.1.1.zip(r-4.3)
daff_1.1.1.tgz(r-4.4-any)daff_1.1.1.tgz(r-4.3-any)
daff_1.1.1.tar.gz(r-4.5-noble)daff_1.1.1.tar.gz(r-4.4-noble)
daff_1.1.1.tgz(r-4.4-emscripten)daff_1.1.1.tgz(r-4.3-emscripten)
daff.pdf |daff.html✨
daff/json (API)
NEWS
# Install 'daff' in R: |
install.packages('daff', repos = c('https://edwindj.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/edwindj/daff/issues
Last updated 9 months agofrom:cdc95d828d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | OK | Oct 30 2024 |
R-4.5-linux | OK | Oct 30 2024 |
R-4.4-win | OK | Oct 30 2024 |
R-4.4-mac | OK | Oct 30 2024 |
R-4.3-win | OK | Oct 30 2024 |
R-4.3-mac | OK | Oct 30 2024 |
Exports:diff_datadiffers_frommerge_datapatch_dataread_diffrender_diffwhich_conflictswrite_diff
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Data diff, patch and merge for R | daff |
Do a data diff | diff_data |
differs from, | differs_from |
Merge two tables based on a parent version | merge_data |
patch data | patch_data |
Render a data_diff to html | render_diff |
return which rows of a merged 'data.frame' contain conflicts | which_conflicts |
Write or read a diff to or from a file | read_diff write_diff |