get_parent_file_timestamp <- function(parent_file){
tstamps <- lapply(parent_file, jsonlite::fromJSON)
tstamp <- lapply(tstamps, `[[`, 'timestamp') %>% unlist() %>% max()
return(tstamp)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.