如何在R Studio中拆分数字列

时间:2019-12-02 21:12:44

标签: r dataframe

我正在处理一个数据帧,该数据帧的“年龄”(Age)列从1到100不等,“服装”(Clothing)列指示6种衣服。 我想将年龄值分为5类:25岁以下,26-35岁,36-45岁,46-64岁,65岁以上。例如,有一个带有这5个类别的字符串的新年龄列。 我怎么做? 提前非常感谢!

1 个答案:

答案 0 :(得分:1)

if (options.showPrompts) { // see if we should display a green prompt if (msg) { methods._showPrompt(errorField, msg, "pass", true, options); options.onFieldSuccess(errorField); // Added this line. } else { methods._closePrompt(errorField); } } 是一个很棒的功能。使用cut()的{​​{1}}参数来控制标签:

labels

reprex package(v0.3.0)于2019-12-02创建