| twn_children | R Documentation | 
Deze functie kan gebruikt worden om alle child-taxa van een bepaalde parent te vinden.
twn_children(
  parent,
  taxonlevel = c("All", "Subspecies", "Species", "Genus", "Familia", "Ordo", "Classis",
    "Phylum"),
  only_preferred = TRUE
)
parent | 
 charactervector met naam (of namen) van het parenttaxon  | 
taxonlevel | 
 Het gewenste taxonlevel van de children of   | 
only_preferred | 
 logical. Alleen voorkeursnamen? Default is   | 
EEn vector met de namen van de child-taxa
twn_children("Bufonidae")
twn_children("Bufonidae", taxonlevel = "Species")
twn_children("Bufonidae", only_preferred = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.