英文: How to maintain date format when after applying function 问题 我有一个数据框,其中包含格式不佳的日期信息。 date = c(&quo...
计算R中列表的各元素的特定向量的平均值,并转换为data.frame。
英文: Calculate the average of specific vectors of various elements of a list() in R and convert to da...
Plotly无法正确渲染图表。
英文: Plotly doesn't render the plot correctly 问题 我尝试使用buraR包中的trace_explorer函数创建的图表,使用ggplotly函数使...
最佳方法以编程方式扩展和重新排序R中的数组?
英文: Best way to programatically extend and re-order array in R? 问题 使用paste函数可以得到cols3,而不需要使用循环。以下是代码...
运行 `testServer()`,并使用 `golem::get_golem_options()`。
英文: Run `testServer()` w/ `golem::get_golem_options()` 问题 我已经使用golem R包设置了一个R Shiny应用程序。在app_server(...
合并两个没有共同列的数据表
英文: Merging two data.tables that don't have common columns 问题 我想合并两个没有共同列的data.table,最终结果将有N1*N2...
R中变量之间的相关矩阵
英文: Correlation Matrix Between Variables in R 问题 我一直在尝试确定面板数据中变量之间的相关性。我的数据如下(有更多的日期,一些PM10的值为NA): s...
将复杂的长宽数据集转换为R中的长数据集
英文: Complex Long-Wide Dataset to Long Dataset in R 问题 我有一个看起来像这样的复杂数据集: df1 <- tibble::tribble(~&...
在R中按变量对行进行分组(knitr::kable)
英文: Group rows by a variable in R (knitr::kable) 问题 我正在尝试按"Person"列中的值对kable输出的行进行分组,以便更容易...
slice_head 返回的行数为什么太多,特别是超过我指定的 ‘n’?
英文: Why does slice_head return too many rows, specifically more than the 'n' I specified? 问题...
298