2

I am very new VS code please help me.

Here I am not able getting the result, its showing only the path: here I am not able getting the result, its showing only the path.

if I use view(m) then its showing the result in a new tab. I have installed the extensions and software correctly. Please help me.

benson23
  • 16,369
  • 9
  • 19
  • 38
Langdai123
  • 21
  • 3
  • 1
    in R `source()` doesn't print anything. It just runs code. If you want to see what's being run you can use the `echo=` parameter: `source(..., echo=TRUE)` – MrFlick Mar 05 '22 at 05:55
  • Thanks MrFlick it work ...but one more thing how do i put echo=TRUE while writing code in vs editor ... i mean DO i need to put echo=TRUE for every run – Langdai123 Mar 05 '22 at 06:32
  • I think the best way is to always explicitly state `echo = TRUE` in your script, but if you don't want to do that, you should be able to change the defaults in the global options: https://stackoverflow.com/questions/24173044/how-to-disable-source-file-echo-in-r – coip Mar 13 '22 at 16:32

0 Answers0