Implementing a new parameter in function match_names() for a sorting of the output table using the 'character,taxlist-method'. The parameter sort_by can be set with a character vector indicating, which columns in the output table should be considered for the sorting. In an additional parameter order_args() a list of further arguments can be provided, which will be passes to the function order().
Description
Implementing a new parameter in function
match_names()
for a sorting of the output table using the'character,taxlist-method'
. The parametersort_by
can be set with a character vector indicating, which columns in the output table should be considered for the sorting. In an additional parameterorder_args()
a list of further arguments can be provided, which will be passes to the functionorder()
.Related Issue
This pull request is related to #8.
Example