考虑以下代码:
cbind(data$Preceding.Phone, data$word, word.position)
我想将data$Preceding.Phone
,data$word
和word.position
打印到控制台,因为我刚刚创建了一个新列(word.position
),我想知道它是否匹配与其他列。其他列包含字符串条目,如" alabama"或者"杂志"。当我将它打印到控制台时,它们都以数字形式出现。如何将它们打印为字符串值?