Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/67.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R数据转换、聚合_R_Dplyr_Transformation_Reshape_Reshape2 - Fatal编程技术网

R数据转换、聚合

R数据转换、聚合,r,dplyr,transformation,reshape,reshape2,R,Dplyr,Transformation,Reshape,Reshape2,我正在尝试转换以下数据帧: 身份证件 密码 地位 123 041 C 123 056 数控 123 036 数控 456 075 C 456 059 C 456 039 数控 456 021 数控 能够找到答案。 使用dyplr软件包 group_by, summarise and mutate commands 谢谢大家!

我正在尝试转换以下数据帧:


身份证件
密码
地位
123
041
C
123
056
数控
123
036
数控
456
075
C
456
059
C
456
039
数控
456
021
数控

能够找到答案。 使用dyplr软件包

group_by, summarise and mutate commands
谢谢大家!