library(fishtree)
sp <- read.csv("datasets.csv")[4, ]
d <- fishtree_taxonomy()
families <- d[d$rank == "family", "name"]
d <- fishtree_taxonomy(rank = families[1:10])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.