我有一个带时间戳和标题的data.frame / table。我想绘制一个图表,显示一周中使用一个单词的频率。产生几周的工作。
groupIds
我在List<Group> result = loadedGroupList.stream()
.filter(x->!Arrays.asList(groupIds).contains(x.getId()))
.collect(Collectors.toList());
中添加了一个列,并尝试使用 |
| | |
Week1 Week2 Week3 Week4 etc
1x 2x 0x 1x
将单词用于标题列中的newcol。
cbind(table, newcol = "filterword")