英文: created dataframe using R function, but want the results stored as separate variables instead of...
将多边形转换为数据框。
英文: Convert polygon to dataframe 问题 我通过从大型数据框派生的两个多边形相减创建了一个多边形。更具体地说: plot(Cyp_occ_4326_df$lon, Cyp...
使用 rlang 和 tidyeval 在函数内部的当前方式
英文: Current way to use rlang and tidyeval inside functions 问题 只是想知道在函数内部使用 tidyeval 原则的当前最佳实践是什么。 假设...
按组计算行数并获取不同列的比例
英文: Count the rows by group and get the proportion of different columns 问题 location TotalDiabetes to...
R dataframe/ lapply(): get rid of rows with particular values in columns containing particular strings, while keeping everything else?
英文: R dataframe/ lapply(): get rid of rows with particular values in columns containing particular s...
从一个数据框的列中将数据转换为日期
英文: Converting data from a column to a date in a list of dataframes 问题 我有一个包含50个数据框的列表。 第二列在某些数据框中不是...
如何在多个数据框上使用多个条件进行求和
英文: How to sum on multiple criteria using multiple data frames 问题 我有这个数据框,从中提取了条件: id 条件 1 条件 2 1 3/...
Is there a way to conditionally concotanate and add two rows while creating a third row that combines elements?
英文: Is there a way to conditionally concotanate and add two rows while creating a third row that com...
理解 “Error in ggplot(data = penguins) : object ‘penguins’ not found”
英文: Understanding "Error in ggplot(data = penguins) : object 'penguins' not found"...
根据列中的数值筛选向量。
英文: Filter vector based on values from a column 问题 让我们假设我有一个向量 letters <- c("a", "b...
298