On Sun, 12 Feb 2017, Steven Yen wrote:
I need help with what may be a simple option in R (or Rstudio)--to
receive an echo of a comment line.
Running the following two-line script in plain R,
# adding
1+2
I did get the echo:
> # adding
> 1+2
[1] 3
>
However, running the same lines in RStudio
I need help with what may be a simple option in R (or Rstudio)--to
receive an echo of a comment line.
Running the following two-line script in plain R,
# adding
1+2
I did get the echo:
> # adding
> 1+2
[1] 3
>
However, running the same lines in RStudio, the comment line does not
appear in
2 matches
Mail list logo