• Show All Code
  • Hide All Code

06_06_19 Agarose PYO 2 README

Links to all the notebook htmls

library(htmltools)

base_path="https://scott-saunders.github.io/labwork/IDA/06_06_19_agarose_PYO_2/"

files <- dir(path=".", pattern = "*\\.html$",include.dirs = T,recursive = T)

for(link in files){
  print(
    tags$a(href = paste(base_path, link, sep=''), link)
    )
  writeLines("")
}

Processing/06_06_19_agarose_PYO_2_processing.html

README.html