R/getBioconductor.R

getBioconductor<-function(){
  x<-xml2::read_html('https://www.bioconductor.org/packages/release/bioc/')%>%
    rvest::html_nodes(xpath='//table')%>%
    rvest::html_table()
  x[[1]]
}
yonicd/gitLogs documentation built on May 8, 2019, 7:50 p.m.