Recent Releases of nplyr
nplyr - Gains new maintainer
The package has been transferred to a new maintainer. From Mark Rieke to Bolívar Aponte Rolón @jibarozzo .
- R
Published by jibarozzo about 1 year ago
nplyr - nplyr 0.2.0
nplyr 0.2.0
- Wrappers around
tidyrfunctions that can be applied to nested tibbles (@joranE, #14):nest_drop_na()nest_extract()nest_fill()nest_replace_na()nest_separate()nest_unite()
- R
Published by markjrieke over 3 years ago
nplyr - nplyr 0.1.0
nplyr 0.1.0
- Wrappers around
dplyrfunctions that can be applied to nested tibbles:nest_arrange()nest_count(),nest_add_count()nest_distinct()nest_filter()nest_group_by(),nest_ungroup()nest_inner_join(),nest_left_join(),nest_right_join(),nest_full_join()nest_semi_join(),nest_anti_join(),nest_nest_join()nest_mutate(),nest_transmute()nest_relocate()nest_rename(),nest_rename_with()nest_select()nest_slice(),nest_slice_head(),nest_slice_tail(),nest_slice_min(),nest_slice_max(),nest_slice_sample()nest_summarise(),nest_summarize()
- R
Published by markjrieke almost 4 years ago