Description Usage Arguments Value Examples
View source: R/tRNAdbImport-open.R
open.tdbID
is a wrapper for browseURL
and opens a tab for a
tRNAdb entry in a browser. Please note, that the tRNAdb server does not show
the entry right away without a session ID. open twice upon first use.
1 2 3 | open_tdbID(tdbID, dbURL = TRNA_DB_URL)
open_mtdbID(mtdbID, dbURL = TRNA_DB_URL_MT)
|
tdbID |
a tRNA db |
dbURL |
the URL for the tRNAdb |
mtdbID |
a mtRNA db |
opens a window in a default browser for tRNAdb entry selected
1 2 3 4 | if(interactive()){
open_tdbID("tdbD00000785")
open_mtdbID("mtdbD00000907")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.