what's a prettier way to print info with R?

后端 未结 3 1290
慢半拍i
慢半拍i 2020-12-19 06:27

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:

[         


        
3条回答
提交回复
热议问题