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 = "xray-trace .*\\.json", full.names = T) %>% xray_read %>% xray_widget
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.