Skip to contents

I use this to keep track of the changes to a dataset from multiple operations.

Usage

track_dataset(
  df,
  step_name = NA_character_,
  track_log = "data_manipulation_log",
  step_inc = 1
)

Arguments

df

the data frame to track

step_name

What would you like to call the operation you are tracking?

track_log

What would you like to name the object that logs the information

step_inc

How many steps are you tracking (default is 1).

Value

TRUE if object is not entirely NULL, otherwise FALSE.