Closed mikemc closed 3 years ago
Idea is similar to #69; add versions of each dplyr joining function to work on the sample data and taxonomy tables. Note, microViz ps_join() gives this functionality for sample data.
ps_join()
Closing for now, as left_join and inner_join (implemented in f5723bf) seem sufficient for most purposes; will consider adding others in the future.
Idea is similar to #69; add versions of each dplyr joining function to work on the sample data and taxonomy tables. Note, microViz
ps_join()
gives this functionality for sample data.