lumberjack icon indicating copy to clipboard operation
lumberjack copied to clipboard

Track changes in data with ease

Results 4 lumberjack issues
Sort by recently updated
recently updated
newest added

Repro with the following example, the expression is broken down to 2 columns / shift the other columns to the right and makes the logs incorrect ``` data(women) women$sleutel %...

Use-case: Add username-column to log-rows to backtrack who made the changes. Non-working solution, before dump_log(): ` transform( user = Sys.getenv("USERNAME")) %>>%` Results in all user-add-edits being logged, instead of username...

enhancement

At the moment this is held back by a couple of issues: `@example(s)` not working and `@family` is ignored.

enhancement

Hi-- appreciate all of your efforts in creating lumberjack! I'm looking for a package that helps me programmatically track spot changes I may make in a data frame (e.g. if...