Skip to content

nplyr 0.2.0

Choose a tag to compare

@markjrieke markjrieke released this 14 Feb 17:48
· 11 commits to main since this release

nplyr 0.2.0

  • Wrappers around tidyr functions that can be applied to nested tibbles (@joranE, #14):
    • nest_drop_na()
    • nest_extract()
    • nest_fill()
    • nest_replace_na()
    • nest_separate()
    • nest_unite()