funguild_query | R Documentation |
Return entries in the FUNGuild database which match search terms
funguild_query(
text,
field = c("taxon", "guid", "mbNumber", "trophicMode", "guild", "growthForm", "trait"),
db = "https://mycoportal.org/funguild/services/api/db_return.php"
)
text |
A |
field |
A |
db |
Either a |
A tibble::tibble
containing all the entried from the database
which match the query.
Nguyen NH, Song Z, Bates ST, Branco S, Tedersoo L, Menke J, Schilling JS, Kennedy PG. 2016. FUNGuild: An open annotation tool for parsing fungal community datasets by ecological guild. Fungal Ecology 20:241–248.
funguild_query("Symbiotroph", "trophicMode", funguild_testdb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.