I’m new to R programming and in order to help me understand a package more easily, I’d like to print out the values of variables inside an internal function during the outer function execution.
Is this possible? I’m using the R plugin from pycharm
Thanks.