Having a weird problem in R that seems to have come out of nowhere... output in the RStudio terminal is repeated without me asking for it... i.e.,
> 3+4
> 3+4
[1] 7
[1] 7
Anyone else have this issue and have any ideas how to resolve it? I'm also wondering whether it's actually performing the commands twice (and slowing things down considerably!).
Thanks in advance.
See Question&Answers more detail:os