英文: Extracting specific numeric values from long textual data (R) 问题 以下是从您提供的代码中提取的翻译部分: 我有一份在线职位广告的...
你可以使用R来将数据框转置,使某一列成为列名,而另一列填充值。
英文: How can I transpose a data frame in R so that a certain column becomes column names and another ...
在R中检查前一行并找到数字何时变为零。
英文: Check the previous row and find when the number change to zero in R 问题 您想要创建一个名为 pre_dur 的新列,其中包...
将多列数据从长格式转换为宽格式在R中:
英文: long to wide table on multiple columns in r 问题 我在将表格从长格式转换为宽格式方面遇到了困难。表格如下: Con Bro Gr N Freq Jp...
在R中找到上一行的最后一个字符
英文: Find the very last character of the previous row in R 问题 以下是翻译的内容: 让我们假设我有一个像这样的数据框: d <- dat...
在`pivot_wider`中更改布尔列的列名。
英文: Change column name in pivot_wider for Boolean column 问题 以下是您要翻译的内容: "I have some data that ...
将数据框展平,透视以获取每个患者ID一行,每次访问日期一组重复列。
英文: Flatten a dataframe, pivot to get one row per patientid and sets of repeating columns per visit ...
Separate columns in R based on the second occurrence of (“.”).
英文: Separate columns in R based on the second occurence of ("\\.") 问题 Sure, here's the tra...
如何根据两列而不是单列来将数据透视成宽格式。
英文: How to pivot table to wide based on two colums instead of single 问题 我有这样的数据 df <- data.frame(...
在R中的列表对象中的setnames()函数。
英文: setnames() in a list object in R 问题 以下是您要翻译的内容: 我有一个如下的列表对象,我需要为每个列表对象分配一个特定的名称,例如如果对象在`my.list`...
5