The map functions transform their input by applying a function to each element and returning a list/vector/data.table.
map() returns a list
_lgl(), _int, _dbl,_chr, _df variants return their specified type
_dfr & _dfc Return all data frame results combined utilizing row or column binding
pmap.(.l, .f, ...)A list to use in pmap
A function
Other arguments to pass to a function