jhudsl/intro_to_r

`map_df` superseeded

Closed this issue · 1 comments

from the docs:

Instead, we recommend using map(), map2(), etc with list_rbind() and list_cbind(). These use vctrs::vec_rbind() and vctrs::vec_cbind() under the hood, and have names that more clearly reflect their semantics.

Resolved by #564