Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add taxonTree() #44

Merged
merged 7 commits into from
Mar 10, 2023
Merged

Add taxonTree() #44

merged 7 commits into from
Mar 10, 2023

Conversation

brownag
Copy link
Member

@brownag brownag commented Mar 9, 2023

Draft PR to address #43

@brownag
Copy link
Member Author

brownag commented Mar 10, 2023

OK, I in 37433ea have improved the ability to print trees with custom characters. The default is simple ASCII, but more complex (unicode) is allowed.

E.g.:

library(SoilTaxonomy)
x <- taxonTree(c("hapludults", "hapludalfs"))
x <- taxonTree(c("hapludults", "hapludalfs"), special.chars = c("\u251c", "\u2514", "\u2500 "))
x <- taxonTree(c("hapludults", "hapludalfs"), special.chars = "🦨")

@dylanbeaudette
Copy link
Member

merge it!

@brownag brownag marked this pull request as ready for review March 10, 2023 18:17
@brownag brownag merged commit de44f82 into master Mar 10, 2023
@brownag brownag deleted the taxonTree branch March 10, 2023 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants