Learn R Programming

GEOmetadb (version 1.32.2)

getSQLiteFile: Download and unzip the most recent GEOmetadb SQLite file

Description

This function is the standard method for downloading and unzipping the most recent GEOmetadb SQLite file from the server.

Usage

getSQLiteFile(destdir = getwd(), destfile = "GEOmetadb.sqlite.gz")

Arguments

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

Value

Prints some diagnostic information to the screen.Returns the local filename for use later.

References

http://meltzerlab.nci.nih.gov/apps/geo, http://gbnci.abcc.ncifcrf.gov/geo/

Examples

Run this code
## Not run: geometadbfile <- getSQLiteFile()

Run the code above in your browser using DataLab