Running the Shiny application of BotanizeR locally from installed BotanizeR R package.

BotanizeR_shiny(run = TRUE)

Arguments

run

a logical, when TRUE, the Shiny application is launched. Can be set to FALSE to avoid launching the shiny app in a non-interactive environment.

Value

Shiny application.

References

Weigelt, P., Denelle, P., Brambach, F. & Kreft, H. (2021) A flexible
R package with Shiny app to practice plant identification for 
online teaching and beyond. PLANTS, PEOPLE, PLANET, 
https://doi.org/10.1002/ppp3.10226.

Examples

# Example if (FALSE) { BotanizeR_shiny() }