I have been working for a few months on a project, and there are now about 120 functions. About one third of these functions are no longer necessary to run the final version the script. The functions are all loaded from a function folder into a separate namespace.
Is there a way in R to see which functions are called? The alternative is to go to the script and write down the functions that are now actually used.