英文: Adding values by row and have them apply to a single row variable while preserving other variabl...
重新定义因子水平和组内顺序。
英文: Redefine factor levels and order within groups 问题 以下是您要翻译的内容: "This is the simple example f...
根据多个标准创建分类
英文: Creating categories according to several criteria's 问题 我尝试创建一个名为"emotional_ipv"的分类...
在一列中筛选包含精确字符串的行。
英文: Filter rows that contain exact strings in a column 问题 df <- df %>% filter(grepl('\\<...
如何在R中获取并组合来自多个列表的元素?
英文: How to get and combine an element from multiple lists in R? 问题 以下是翻译好的部分: 我有一个如下所示的函数。 ```R f1 &...
是不是可以将两个变量合并成一个?
英文: R: is it possible to merge to 2 variables in one? 问题 你想要在“Nominal Difference”列中加入百分比(带有加号和括号)。以下...
在 mutate 中遍历嵌套列表并提取特定列表元素
英文: map over a nested list in mutate and extract specific list elements 问题 我有一些看起来像这样的数据: price unle...
截断数字,但它们未显示正确数量的字符。
英文: Truncating numbers but they are not showing up the right number of characters 问题 我正在尝试提取hs10变量的前...
如何将一个数据框中的行数据与另一个数据框的列名进行匹配?
英文: how to match data in rows from one data frame to the column names in another data frame? 问题 我有2个...
创建一个新变量仅当满足条件时。
英文: How to create a new variable only if a condition if satisfied? 问题 我想创建一个新变量,从两个不同数据集中减去两个变量。但我需要...
43