| get_database_summary | R Documentation |
Provides summary statistics for the threatened species databases.
get_database_summary(type = c("both", "original", "updated"))
type |
Character string: "original", "updated", or "both" (default). |
A tibble with summary statistics.
# Get summary of both databases
summary_stats <- get_database_summary()
print(summary_stats)
# Get summary of just the original
summary_original <- get_database_summary("original")
print(summary_original)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.