Console linking to the top screen

Hi, I'm taking a class that requires me to learn R Studio. When I type my code in the top panel, it isn't showing in the Console. How do I link the two? I see on Youtube, the guy is typing code in the top panel and it's populating in the console. When I type code in the console I get results. When I type code in the top panel, nothing happens. Please help me.

Source pane is for writing larger scripts. If you want to run it in console, you can put your cursor at the line you want to run and press Ctrl + Enter . This will run the command.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.