knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE, fig.width = 7, fig.height = 7) library(HASP) library(kableExtra) library(dplyr)
More information can be found here: https://groundwaterwatch.usgs.gov/composite/help/CompositeGroundwaterLevelHelpDocument.docx.html
https://groundwaterwatch.usgs.gov/composite/help/compositewaterlevels_helpdocument_7-7-2016.htm
summary_aquifers_disp <- summary_aquifers %>% select(long_name, aquiferCd=nat_aqfr_cd) kable(summary_aquifers_disp) %>% kable_styling(bootstrap_options = c("striped", "hover")) %>% column_spec(1, width = "50em")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.