英文: split large list of addresses and feed batches into geocoder 问题 以下是您提供的代码的翻译部分: 如果我有以下20个地址,并且我想...
将一个列表的列表转换为不同排列的列表,以供pmap使用。
英文: Transform a list of lists into a differently arranged list of lists to use for pmap 问题 Sure, her...
purrr::pluck() 和 purrr::map() 的第二个参数类型为 double。
英文: purrr::pluck() and purrr::map() with second argument of type double 问题 这与《Advanced R》中的第9.2.6章,练...
命名列表的唯一元素
英文: Unique element of a named list 问题 以下是您要翻译的代码部分: l <- list(x = c(1, 2), x = c(1, 2), x = c...
Mutate case_when 嵌套条件标签
英文: Mutate case_when nested conditional labelling 问题 以下是代码部分的翻译: # 创建一个新的变量来根据测试表现的变化对每个个体进行分类 df2 &...
使用map与自定义函数(返回数据框的函数)和多个输入。
英文: Using map with a custom function (that returns a data frame) and multiple inputs 问题 I have a ver...
如何使用Purrr/reduce组合数据框对象
英文: how to use Purrr/reduce combine dataframe objects 问题 在R环境中有名为'data_1\data_2\....data_20'的data.fr...
计算一组列的按行加权和
英文: Calculate the row-wise weighted sum for a set of columns 问题 以下是代码的翻译部分: 我有如下的数据框: > library(t...
purrr::map函数为什么不能正确地将一个函数映射到拆分数据框的每个部分?
英文: Why is the purrr::map function not correctly mapping a function to each piece of a split datafra...
如何通过指定一系列列将一个大的tibble拆分成多个小的tibbles。
英文: How to seperate a big tibble into several samll tibbles by specify a serious of columns 问题 分离一个大...
4