ropensci / taxlist

Handling taxonomic lists
https://docs.ropensci.org/taxlist/
12 stars 4 forks source link

49 no italics #50

Closed kamapu closed 2 months ago

kamapu commented 2 months ago

Two main improvements were introduced at function print_name.

On the one side, you can skip italics in the output:

print_name(Easplist, 55950, italics = FALSE)

On the other side, you can collapse several names in a single character values:

print_name(Easplist, c(339, 340, 50499, 50725), collapse = c(", ", " and "))

Closes #49