r console does not work?
The r console here on repl it does not seem to work. Just signed on to repl.it a half hour ago to try it out so I do not see where I am going wrong.
For example in r studio I would write
print("Hello world!")
into the console and get the following output
[1] "Hello world!"
But however in repl.it nothing happenes.
Voters
RYANTADIPARTHI (6001)
oh so you got it?
GAJ96 (0)
Yes but thanks any way @RYANTADIPARTHI
RYANTADIPARTHI (6001)
@GAJ96 no problem.
GAJ96 (0)
I figured it out
The
<-
is for assignment. That does not return any value so R won't print any value.