英文: dplyr – get certain summary statics for multiple columns of a dataframe 问题 I want to create a su...
在数据框上根据变量的数值应用条件函数到多个列。
英文: Applying conditional functions on multiple columns of a dataframe, based on values of a variable...
在`map_if`函数中编写测试条件:对所有包含特定值的列进行函数应用。
英文: writing test conditions in a map_if function : apply function on all dataframes with a column th...
在 mutate 中遍历嵌套列表并提取特定列表元素
英文: map over a nested list in mutate and extract specific list elements 问题 我有一些看起来像这样的数据: price unle...
使用purrr在多个列上进行多个映射的重新编码。
英文: Using purrr to recode across multiple columns with multiple mappings 问题 我有一个包含问卷调查响应标签的数据框。我总是喜欢...
如何在R中在嵌套函数中使用字符串和字符串列表。
英文: how to use strings and listed strings in nested functions in R 问题 以下是您要翻译的内容: "I am still t...
只在整数列上使用 purrr::map_df 函数。
英文: Apply function only on integer columns using purrr::map_df 问题 这是我的代码。我需要在数据框的整数列上应用一个简单的函数,使用 pu...
如何比较列表元素并保留重复项?
英文: How to compare list elements and keep duplicates? 问题 我有一个庞大的redditor列表 str(list_map_descr) List ...
purrr – 如何递归应用具有变化参数的函数
英文: purrr - how to apply recursively a function with changing arguments 问题 理想情况下,我想要利用purrr的accumula...
R cli进度条在purrr::map内部
英文: R cli progress bar within purrr::map 问题 I need to present a progress bar that shows the progress...
4