sbf_diff_data: Diff Data

View source: R/diff.R

sbf_diff_dataR Documentation

Diff Data

Description

Find differences with existing data. If doesn't exist, x is compared to itself.

Usage

sbf_diff_data(
  x,
  x_name = substitute(x),
  sub = sbf_get_sub(),
  main = sbf_get_main()
)

Arguments

x

The object to save.

x_name

A string of the name.

sub

A string specifying the path to the sub folder (by default the current sub folder).

main

A string specifying the path to the main folder (by default the current main folder)

Value

A daff difference object.

See Also

Other compare functions: sbf_compare_data(), sbf_compare_data_archive(), sbf_diff_data_archive(), sbf_diff_table(), sbf_is_equal_data(), sbf_is_equal_data_archive()


poissonconsulting/subfoldr2 documentation built on Nov. 17, 2024, 1:33 a.m.