英文: How to match column names across two dataframes and add a new variable? 问题 output <- rbin...
循环遍历数据框以“清理”数据
英文: Looping over data frame to "clean" data 问题 这是我所拥有的数据类型: 日期 站点 参数1 参数2 2020-01-01 A <...
如何使用dplyr(1.1.0)中的across()与共享参数的函数列表。
英文: How to use dplyr (1.1.0) across() with list of functions using shared arguments 问题 ##### 使用虚拟数据和...
有办法将两个变异的数据框合并在一起吗?
英文: Is there a way to merge two mutated dataframes together? 问题 所以,我基本上有两个数据框,从一个名为'original_data'的单...
有一个R函数可以根据以下条件对数据框进行变换并创建一个新的数据框吗?
英文: Is there an R function to mutate a dataframe and create a new dataframe based on the following c...
Why does my get_hundred function not work correctly when applied to my dataset in R using dplyr and stringr?
英文: Why does my get_hundred function not work correctly when applied to my dataset in R using dplyr ...
你可以根据在R中的字符串是否包含特定值来改变数据。
英文: How can I mutate data based on whether a string in R contains a specific value? 问题 For merging p...
在R中找到上一行的最后一个字符
英文: Find the very last character of the previous row in R 问题 以下是翻译的内容: 让我们假设我有一个像这样的数据框: d <- dat...
Count the number of types in the groups of data frame using R.
英文: Count the number of types in the groups of data frame using R 问题 我有这样的数据: ```R data<-data...
计算多个配对变量的实际差异和百分比差异同时。
英文: Calculating the actual difference and percentage difference for multiple paired variables simult...
4