英文: Modify dataframe based on the unique levels of column and then combine values from 2 other colum...
使用等效于“match”函数来检索多个值。
英文: Retrieve several values using an equivalent to the 'match' function 问题 I have two datafr...
使用等效于“match”函数来检索多个值。
英文: Retrieve several values using an equivalent to the 'match' function 问题 I have two datafr...
将向量列表转换为列表列表。
英文: List of vectors to list of lists 问题 我有一个这样结构化的列表: x <- list(id = c("a", "b&quo...
找到列中最小值,该列的元素是列表,并保留其相应的其他列列表值。
英文: How to find the minimum from a column whose elements are list and keep its corresponding other c...
无法在tmap和leaflet中绘制OSM多边形。
英文: Impossible to plot OSM multipolygons in tmap and leaflet 问题 我正在使用osmdata从OpenStreetMap提取数据,并从查询中...
如何正确使用tidyverse包中的map()函数在添加矩阵计算层时?
英文: How to use the map() function from the tidyverse package correctly in adding layers of matrix ca...
如何在R中用特定行替换所有选定的df行。
英文: How to replace all df selected rows with one specific row in R 问题 所以我正在尝试根据另一个数据框来更改数据框中的所有行值,如下...
Dplyr可以将一个数据框传递给table()函数吗?
英文: Can Dplyr pipe a data frame into the table(function)? 问题 我有一个以下类型的数据框: 日期 X1 .... 2010-01-01 4 2...
用R将NA值替换为所有方向的第一个值。
英文: Replace NA values with the first value in all directions in R 问题 我正在寻找一种方法来填充我的表中的缺失值,使用最接近的日期的非...
298