英文: Map values in dataframe row to new values 问题 我有一个数据框,如下所示: df <- tibble(question = 1:3, a = c...
使用testthat测试输出或观察Shiny中的元素
英文: test output or observe elements in shiny using testthat 问题 我有一个Shiny应用程序,我在其中使用testthat和testServ...
将SQLite表导出为Apache Parquet,无需创建数据框。
英文: Export a SQLite table to Apache parquet without creating a dataframe 问题 我有多个巨大的CSV文件,必须根据多个条件/键(...
如何将具有重复行的数据框重塑为行名称和列名称
英文: How to reshape a dataframe with duplicated rows into rownames and colnames 问题 我一直在努力重塑以下数据框: gen...
按客户和下次交易时间分组客户会话
英文: Grouping Customer Sessions by Customer and Time until Next Transaction 问题 需要按照距离下一次交易的时间对客户的购物会话...
如何在R中创建数据框的路由
英文: How to create a route in a dataframe with R 问题 以下是翻译好的部分: 我正在尝试在R中映射数据帧中的路线。 整个下午都在尝试做这个... 这是我的...
如何按多个部分匹配字符串筛选 R 数据集,类似于 SQL 中的%通配符?
英文: How to filter R dataset by multiple partial match strings, similar to SQL % wildcard? 问题 我有一个包含一...
Changing boxplot width (measuring multiple categorical variables) for categorical conditions with missing data
英文: Changing boxplot width (measuring multiple categorical variables) for categorical conditions wit...
如何将图标或自定义图像添加到shinyWidgets的treeInput节点中?
英文: How to add an icon or custom image to nodes in treeInput of shinyWidgets? 问题 这提供了一个基本的树结构。如何在这些节...
获取R中分组计数的摘要
英文: Obtaining a summary of grouped counts in R 问题 这应该很简单,但我一直被困扰住了:我试图找出获取分组计数的摘要统计信息的有效方法。以下是一个示例: ...
298