library("readxl")
source(paste0(basepath,'/config.local.private'))
source <- "2019AWRR-TablesGraphs.xlsx"
folder <- paste0(onedrive_location,"/OWS/Report Development/Annual Water Resources Report/October 2019 Report/Water Use Exports/")
sheet <- "PWS"
data <- read_excel(paste(folder,source,sep=""),sheet)
kable(data, "latex", booktabs = T) %>%
kable_styling(latex_options = "striped") %>%
column_spec(1, width = "0.75in")%>%
column_spec(2:11, width = "0.5in")
kable(data, "latex", booktabs = T) %>%
kable_styling(latex_options = c("striped", "scale_down"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.