Learn R Programming

twn (version 0.2.6)

twn_children_rec: Recursieve functie voor het opzoeken children

Description

Recursieve functie voor het opzoeken children

Usage

twn_children_rec(parent, child_tabel)

Value

Vector met children

Arguments

parent

De parentname: charactervector

child_tabel

named vector opzoektabel voor children

Examples

Run this code

if (FALSE) {

twn_children_rec("Bufonidae", 
setNames(names(opzoektabel_twn_parent), opzoektabel_twn_parent))

}

Run the code above in your browser using DataLab