英文: Continent names and choropleth maps 问题 我正在使用各国的ISO-3名称。以下是一个示例。我想要将这些数据用于分级填充地图。 datar <- dat...
在R Shiny应用中呈现Markdown (.md)表格是否可能?
英文: Is it possible to render a markdown (.md) table in an R Shiny app? 问题 我想在我的R Shiny应用程序中显示来自Git存储...
可视化滞后自变量模型
英文: visualize lagged independent variable models 问题 我正在寻找一种可视化滞后独立变量回归模型的方法,最好使用ggplot。我特别关注如何在不同滞后值...
可以通过一个ID列和最近的日期值来合并两个数据框在R中。
英文: Can I joint 2 dataframes in R by an ID column and a nearest date value 问题 我尝试将两个数据框中的共同ID值与它们最接近...
Substitute specific values in a dataframe by matching strings stored in another dataframe
英文: Substitute specific values in a dataframe by matching strings stored in another dataframe 问题 你可以...
在R中删除字符串中的特定数据
英文: remove specific data within the string in R 问题 I tried this function (gsub) but it deleted the s...
相似列名的列求和
英文: Sum of columns with similar column name 问题 我需要包含字符串“ABC DEF”的列的总和(我正在使用dplyr工作)。 df <- data.f...
20 panel graphs from ggplot have shifted values.
英文: 20 panel graphs from ggplot have shifted values 问题 我正在尝试创建一个包含20个面板的图表,以便能够分别绘制20个y值和1个x值。x轴是7月到...
Unnesting/rectangling/flattening a nested list using `tidyr::unnest_longer()`
英文: Unnesting/rectangling/flattening a nested list using `tidyr::unnest_longer()` 问题 I've been tryin...
R: 发现哪些学生正在提高他们的成绩
英文: R: Finding Out Which Students are Improving Their Grade 问题 I am working with the R programming l...
298