map_safe_merge: Identify location of errors from applying a function to a...

Description Usage Arguments Value Examples

View source: R/map_safe.R

Description

Identify location of errors from applying a function to a vector

Usage

1

Arguments

.x

Vector of paths to csvs

f

Function that's being applied to the dataset

...

Arguments passed to map

Value

A logical vector

Examples

1
2
3
if (require(dplyr)){
map_safe_merge(list(starwars, sample_n(mtcars, 1:20), sample_n(mtcars, 1:20)), select, height)
}

kpien/msafer documentation built on Dec. 25, 2019, 5:12 a.m.