【发布时间】:2013-12-07 07:56:59
【问题描述】:
我想得到what I say is what I get的效果。
"b\" it\'s me \"ha ha\""->string
print(string)
[1] "b\" it's me \"ha ha\""
我可以用简单的方式漂亮地打印字符串吗? 我想让它显示在屏幕上的是:
b "it's me "ha ha"
【问题讨论】:
-
我不明白这个问题。你想达到什么目的?
标签: r