View source: R/summary_table.R
| summary_table | R Documentation |
Produces an HSI model summary table for the specified metric.
summary_table(
summary_df,
model_metric = c("hsi_", "acres_", "hu_"),
polys,
poly_field,
caption,
digits = 2
)
summary_df |
data.frame; A model summary data frame created by the
|
model_metric |
character; The model metric to be summarized from the
|
polys |
sf; A sf polygon object. |
poly_field |
character; The |
caption |
character; A caption for the table. |
digits |
numeric; Number of decimal places to round metric. |
A model summary data frame and a knitr::kable table object (is
returned silently).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.