...
Code Block | ||||
---|---|---|---|---|
| ||||
print("Hello world")
#output below
> print("hello world")
[1] "hello world" |
Info | ||
---|---|---|
| ||
According to the manual, the print command has the usage print(x..) Function_name(arg1) |
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
print("Hello world")
#output below
> print("hello world")
[1] "hello world" |
Info | ||
---|---|---|
| ||
According to the manual, the print command has the usage print(x..) Function_name(arg1) |
...