英文: How do I create a subset of previously surveyed areas which covers all survey teams and land cla...
选择具有特定值的行
英文: Selecting rows with certain values 问题 I would like to keep only the rows of people which both ha...
统计唯一活动的数量
英文: Count number of unique activities 问题 以下是您要翻译的内容: 我有一个数据框(简化版本),如下所示: df <- data.frame(ID = re...
Sapply函数在R中:NA由强制转换引入,但我只有数值。
英文: Sapply Function in R: NA Introduced by coercion, but I have only numeric values 问题 对于我的项目,我应该使用这...
连接类别时间序列的相邻点 – ggplot
英文: Connecting neighboured points of categorial time series - ggplot 问题 I have time series data: 10 ...
sliderInput显示标签上的日期时间但返回日期。
英文: sliderInput shows on labels datetime but return date 问题 以下是您提供的代码的中文翻译部分: 我想在我的 `Shiny App` 中使用带...
如何在使用paste()函数指定变量时测试变量的值是否为NA?
英文: How do I test if the values of a variable are NAs while using the paste() function to designate ...
从复制的列表中提取一些字符串到字符变量中。
英文: Extract some strings from a copyed list outside r to a character variable 问题 I am looking for a ...
如何将存储在数据表列中的数据框列的类型转换为数据表列。
英文: How to convert the type of a column stored in a data.frame within a data.table column 问题 你可以在使用 ...
如果模式在gsub中匹配,则仅返回值。
英文: Return only values if pattern is matched in gsub 问题 以下是翻译好的部分: 我有一个包含以下形式账单的字符串: bills <- c(&...
298