# Basic usage with default dataset
reptStats()
# Verbose summary listing elements in each rank
reptStats(verbose = TRUE)
# Filter by family and return summary table
reptStats(family = "Elapidae")
# Combine filters and return list
reptStats(suborder = "Serpentes", verbose = TRUE)
Run the code above in your browser using DataLab