BrowseDB(dbFile, htmlFile = paste(tempdir(), "/db.html", sep = ""), openURL = interactive(), tblName = "Seqs", identifier = "", limit = -1, orderBy = "row_names", maxChars = 50, clause="")
htmlFile
should be opened in a web browser.
-1
) does not limit the number of results.
" ASC"
or " DESC"
to specify ascending (the default) or descending order.
openURL
is TRUE
) opens it in the web browser for viewing.Returns htmlFile
if the html file was written successfully.
BrowseSeqs
db <- system.file("extdata", "Bacteria_175seqs.sqlite", package="DECIPHER")
BrowseDB(db)
Run the code above in your browser using DataLab