英文: R: Get values from separate dataframes based on the running values of a group_by function 问题 我有以...
在R中按组汇总并计算完成百分比。
英文: Summarise and calculate percentage complete by group in R 问题 这是您要的翻译结果: 我有一个看起来像这样的数据框: example ...
在一个数据框中应用一个函数,使用另一个数据框的输入(R)。
英文: Apply a function across multiple columns of one dataframe using input from another dataframe (R)...
创建一个基于相同疾病和相同个体的不同日期的新列。
英文: Create a new column based on different dates for same disease for same individual 问题 ID concepti...
如何根据匹配多列从另一个数据框中替换 NA 值
英文: How to replace NA values in one dataframe from another dependent on matching several columns 问题 ...
Str_extract是dplyr/sql查询的替代方法。
英文: Str_extract alternative for dplyr/sql query 问题 我尝试通过使用str_extract或等效的stri_extract_all_regex函数与st...
创建特定条件的计数表,然后在R中添加一个列,该列按整体分组计数。
英文: Create count table for specific condition and then add column that creates count by group as a w...
左连接并保留唯一值
英文: left join and keep unique values 问题 我想将这两个数据框根据Country进行左连接,以便我可以获得每个国家的每个League。我不能在**left_join...
执行一个包含字符字符串的变异函数。
英文: Performing a mutate function incorporating character strings 问题 这是我的数据框: data.frame( condition =...
dplyr::coalesce在R中跳过不存在的值
英文: dplyr::coalesce skip non-existent values in R 问题 dplyr::coalesce()函数可以跳过不存在的值,比如在这个例子中的列名(例如col2...
43