英文: Why do I get decimals when I use the substr function to get the first six characters in R? 问题 我的...
使用purrr在多个列上进行多个映射的重新编码。
英文: Using purrr to recode across multiple columns with multiple mappings 问题 我有一个包含问卷调查响应标签的数据框。我总是喜欢...
如何在R中汇总多个列并去除NAs
英文: How to Summarize multiple columns in R while removing NAs 问题 我试图总结一个数据集,以便列出所有具有数字值的列的均值、中位数、标准差...
r table for many columns
英文: r table for many columns 问题 我的数据集如下。 ID Col_01 Col_02 Col_03 Col_04 Col_05 Col_06 1 1 2 1 3 4 -9...
In R, 有关 dplyr::bind_rows 合并数据框的问题。
英文: In R , a question about dplyr::bind_rows combine dataframes 问题 有R中的数据框,名称类似于data_1 data_2 data_3...
使用dplyr找到数据框中所有右侧列都为零的最左列的方法。
英文: How to find the leftmost column of a data frame with all zeros in columns to the right with dply...
在R中,如果我知道范围,可以对数据框进行填充或填补。
英文: Padding or filling a dataframe in R if I know the range 问题 我正在寻找类似于 [bedtools subtract](https://...
如何在R中在嵌套函数中使用字符串和字符串列表。
英文: how to use strings and listed strings in nested functions in R 问题 以下是您要翻译的内容: "I am still t...
从数据框中删除符合多个条件的行
英文: Remove rows from a data frame that match on multiple criteria 问题 我希望删除包含特定模式的数据帧行,并且如果可能的话,我希望使用...
根据相同列上的条件替换行
英文: Replacing rows based on conditions on the same column 问题 在上面的数据框中,我想要将所有"Status"为'FanO...
43