参考手册
参考手册
实例 R 语言 将字符串赋给变量
源代码
运行代码
str <- "Hello" str # print the value of str
x
str
<-
"Hello"
str
# print the value of str
输出结果
[1] "Hello"