knitr::opts_chunk$set(echo = F, warning = F, message = F) library(dplyr, quietly = T) library(awswidgets, quietly = T)
.dataTable { white-space: nowrap; }
list.files(params$pwd, recursive = T, pattern = "cloudwatch .*\\.json", full.names = T) %>% cloudwatch_read %>% cloudwatch_widget
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.