Add Logging to Functions
Coerce an object to a chronicle object.
Evaluate a decorated function; used to chain multiple decorated functi...
Check the output of the diff column
Check the output of the .g function
Flatten nested chronicle objects
Evaluate a non-chronicle function on a chronicle object.
Pipe a chronicle object to a decorated function.
Checks whether an object is of class "chronicle"
Creates the log_df element of a chronicle object.
Retrieve an element from a chronicle object.
Print method for chronicle objects.
Capture all errors, warnings and messages.
Reads the log of a chronicle.
Decorates a function to output objects of type chronicle.
Decorate a list of functions
Decorate functions to make them return enhanced output. The enhanced output consists in an object of type 'chronicle' containing the result of the function applied to its arguments, as well as a log detailing when the function was run, what were its inputs, what were the errors (if the function failed to run) and other useful information. Tools to handle decorated functions are included, such as a forward pipe operator that makes chaining decorated functions possible.