Trim an Object
Adjust Data Table with Candidate Elements for Elimination
Convert Numbered Index to Named Index of List Element
Fix til at undgå R CMD check notes for "no visible binding for global ...
Compute Results From Function Call with Object as Argument
Convert Size in Bytes to Print Friendly String
Trim an R Object
A lightweight toolkit to reduce the size of a list object. The object is minimized by recursively removing elements from the object one-by-one. The process is constrained by a reference function call specified by the user, where the target object is given as an argument. The procedure will not allow elements to be removed from the object, that will cause results from the function call to diverge from the function call with the original object.