• Show All Code
  • Hide All Code

06_04_19 Agarose PYO README

Links to all the notebook htmls

library(htmltools)

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

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_04_19_agarose_PYO_processing.html

README.html