regulonDB is an R package with functions that allows to import SQL databases and then search or visualize data of interest.
To download and install regulonDB, run the next lines in your R session:
install.packages("devtools")
library(devtools)
install_github("josschavezf/regulonDB")