R语言 打印没有引号的字符串 - noquote()函数 R语言中的 noquote() 函数用于打印不带引号的字符串。 语法: noquote(x) 参数: x: 字符向量 例1 : # R program to illustrate # noquote function # Getting letters without the help # of noquote() fun