[Stable]

reactable_ozcbi_forest(data)

Arguments

data

Data from form Burn Grading Forest with OzCBI.

Value

An interactive reactable.

See also

Other helpers: extract_grading(), map_ozcbi_forest()

Examples

if (FALSE) {
data("bgf")
bgf %>%
  add_ozcbi_forest() %>%
  reactable_ozcbi_forest()
}