knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(fieldguide) obj <- search_place("Sunriver, OR", max_species = 10) %>% query_wikipedia() %>% query_inat() %>% query_common_name() %>% query_overall_map() %>% query_sp_maps()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.