Description Usage Arguments Value Author(s) References Examples
View source: R/getSQLiteFile.R
This function is the standard method for downloading and unzipping the most recent GEOmetadb SQLite file from the server.
1 | getSQLiteFile(destdir = getwd(), destfile = "GEOmetadb.sqlite.gz")
|
destdir |
The destination directory of the downloaded file |
destfile |
The filename of the downloaded file. This filename should end in ".gz" as the unzipping assumes that is the case |
Prints some diagnostic information to the screen.
Returns the local filename for use later.
Sean Davis <sdavis2@mail.nih.gov>
http://meltzerlab.nci.nih.gov/apps/geo, http://gbnci.abcc.ncifcrf.gov/geo/
1 | ## Not run: geometadbfile <- getSQLiteFile()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.