Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 826 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 826 Bytes

dsTidyverseClient

Clientside implementation of selected Tidyverse functions

To get started

  • Install dsTidyverse on your armadillo or opal server.
  • Whitelist dsTidyverse if required
  • Install dsTidyverseClient on your local machine

Currently implemented functions are:

  • select
  • rename
  • mutate
  • if_else
  • case_when
  • bind_cols
  • bind_rows
  • filter
  • slice
  • arrange
  • group_by
  • ungroup
  • group_keys

Planned functions to implement:

  • inner_join
  • left_join
  • right_join
  • full_join
  • pivot_longer
  • pivot_wider
  • distinct
  • as_tibble
  • group_split
  • group_map
  • summarise

If there are functions in this list you would like implemented, please either attempt to do so yourself and submit a pull request, or submit a feature request in the issues section.