View source: R/buildReferenceData.R
retrieveFile | R Documentation |
Read local or remote file
retrieveFile(source, destDir = NULL)
source |
a string that is either a path to a local or remote GTF |
destDir |
a string that indicates the path to the directory where the downloaded GTF file should be stored. If not provided, a temporary directory will be used. |
data.frame retrieved file path
CElegansGtfCropped = system.file("extdata",
"C_elegans_cropped_example.gtf.gz",
package="GenomicDistributions")
CElegansGtf = retrieveFile(CElegansGtfCropped)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.