brodieG / diffobj

Compare R Objects with a Diff
229 stars 12 forks source link

List based interface to pager as for styles, etc. #129

Closed brodieG closed 5 years ago

brodieG commented 5 years ago

See #118, want option to avoid having to directly specify the pager object.

diffPrint(a, b, pager=list(keep.file=TRUE))

Should work and disable make_blocking in the process. Based on discussion with @noamross.