alt_parse_all <- function() {
target <- "/mnt/LSAG/Engineering/APPS ENG/MACHINE_VISION"
source <- "/mnt/Spotting/Logging"
platforms <- list.dirs(path = source, recursive = F)
lots <- unlist(lapply(platforms, list.dirs, recursive = F))
details::alt_save(lots,target)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.