In R, I use the print function for output but I always get an ugly output. If I do:
print("hello world")
the output is:
[1] "hello world"
Is there a function/way to print the output and just get the text I want?
Thanks
Please read the fine manuals and discover cat()
, sprintf()
, ... and much much more.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With