Learn R Programming

klassR (version 0.1.2)

ListFamily: Classification family list Print a list of all families and the number of classifications in each

Description

Classification family list Print a list of all families and the number of classifications in each

Usage

ListFamily(family = NULL, codelists = FALSE)

Arguments

family

Input family ID number to get a list of classifications in that family

codelists

True/False for whether to include codelists. Default = FALSE

Value

dataset containing a list of families

Examples

Run this code
# NOT RUN {
ListFamily()
ListFamily(codelists=TRUE)
ListFamily(family = 1)
ListFamily(family = 1, codelists = TRUE)
# }

Run the code above in your browser using DataLab