word_col_del | R Documentation |
针对数据处理删词处理
word_col_del(data, value_var, keyWords)
data |
数据框 |
value_var |
指定变量 |
keyWords |
关键词 |
返回值
word_col_del();
library(tsda);
mydata <- nsim_read('item_question');
View(mydata);
mydata2 <- word_col_del(mydata,'FQuestion',c('[图片]','[卡片]'));
View(mydata2);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.