PR introduces recycling functions. It adds two export functions: recycle_data (R/recycle_data.R) and remove_recycled_data (R/remove_recycleddata.R), and modifies the `transform` functions to add a recycle parameter, with an ellipsis for additional parameters.
See the recycling data section of the scenarios vignette for details on expected use.
Unit testing is introduced for the billions calculations, and for recycling functions.
Few other functions are modified to correct bugs and remove warnings that arose after introduction of tests and new functions.
PR introduces recycling functions. It adds two export functions: recycle_data (R/recycle_data.R) and remove_recycled_data (R/remove_recycleddata.R), and modifies the `transform` functions to add a recycle parameter, with an ellipsis for additional parameters.
See the recycling data section of the scenarios vignette for details on expected use.
Unit testing is introduced for the billions calculations, and for recycling functions.
Few other functions are modified to correct bugs and remove warnings that arose after introduction of tests and new functions.