'What is difference between Console and Terminal in R?

I just need to ask that what is the exact difference between Console and terminal in R studio?

We can clearly see two options in bottom section where Console and Terminal are stacked together.

If both are same , then why R studio has mentioned them seperately?

Console vs Terminal



Solution 1:[1]

In simple words: In console, you can run your R commands. In terminal, you can access your system shell.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 j23