| wcvp_summary_gt | R Documentation |
Render a summary table from wcvp_summary
wcvp_summary_gt(x)
x |
List. |
gt table
# this example requires 'rWCVPdata'
if(requireNamespace("rWCVPdata")){
ferns <- wcvp_summary("Ferns", "higher", get_wgsrpd3_codes("New Zealand"), grouping_var = "family")
wcvp_summary_gt(ferns)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.