getBioconductor<-function(){
x<-xml2::read_html('https://www.bioconductor.org/packages/release/bioc/')%>%
rvest::html_nodes(xpath='//table')%>%
rvest::html_table()
x[[1]]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.