Relatively new to R as it's in our uni course so I'm just getting started, but I've noticed that our tutor's version displays the values of named objects when run and I wish that could be the case for me too because it makes it easier to quickly view the output instead of having to look through all objects.
an example of what I have to do to get objects to show up in console when running from a script:
This works, thanks! Though I thought there was a setting I could enable that did this automatically without writing the parentheses but this works as a temporary thing.