Description Usage Arguments Value Examples
This function calls download.file
to download the
pre-build database file of cRegulome. Additionally, the function checks
the validity of the pre-defined URL and whether the database file exists
in the current working directory to avoid redownloading it. Typically,
users would run this function once at the first time the use the package
or to update the database to the latest version.
1 |
test |
A |
destfile |
A character vector for the desired path for the database
file. By default, when not specified, is constructed by using
|
... |
Optional arguments passed to |
Downloads a compressed sqlite
file to the current working
directory. The file is named cRegulome.db.gz
by default and it's
not advised to change the name to avoid breaking the other functions
that calls the database.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.