英文: Extract leading numbers from string, but length varies R 问题 有一列包含字母和数字的字符字符串。该字符串始终以一个或两个数字开头,然后...
重塑数据框中的字符串在 R 中
英文: Reshape strings within a dataframe in R 问题 Sure, here's the translation of the provided content:...
在R中将一列按括号作为分隔符拆分为两列。
英文: Split a column into two, using parenthesis as separator in R 问题 I have a weird data format and I...
Mutate case_when 嵌套条件标签
英文: Mutate case_when nested conditional labelling 问题 以下是代码部分的翻译: # 创建一个新的变量来根据测试表现的变化对每个个体进行分类 df2 &...
计算向量中连续日期之间的滞后差异。
英文: Calculate the lagged differences between consecutive dates in vectors 问题 给定样本数据集如下: v = data.fra...
如何在R tidyverse中将结果就地放回原始数据框?
英文: How to inplace the result to the original dataframe in r tidyverse? 问题 我想通过分组的行数来计算日期差异: v = dat...
“object ‘.’ not found”错误,当尝试用零替换数据框中的所有NAs时发生。
英文: R ""object '.' not found" error when replacing all NAs in a dataframe wit...
编辑ggplot中轴刻度和轴标签之间的间距。
英文: Edit the space between axis ticks and axis labels in ggplot 问题 I want to learn to increase the s...
你可以在Dyplr的`rename_with()`函数的`.cols`参数中指定tibble的最后一列吗?
英文: How can I specify the last column of a tibble within the rename_with() function's ".col...
按照定义的间隔对一列进行分组和汇总。
英文: group by and summarise a column into defined breaks 问题 以下是翻译的代码部分: 我有以下数据: (df <- data.frame(...
14