Hi there,
Little by little my Rmd document gets bigger and bigger. I'm getting closer to the moment when my machine wouldn't have enough memory to knit it. I know that I keep quite a lot of objects that no longer used and it would be nice idea to get rid of them.
Is there any package/utility that can scan document and add remove('object_name')
in the appropriate places (i.e. after last usage of the object)? Essentially, I want something similar to the {styler}
that can do the dirty work))