First CRAN version.
Reorganises functions according to the terminology now in use in dplyr (>= 1.1), such as “Verbs that principally operate on rows”, “Verbs that principally operate on columns”, etc.
Adds a vignette.
Additions:
* left_join() (#7) * add_count(),
add_tally()