Description Usage Arguments Methods See Also Examples
Manages the tutorial, example and vignette data using the
BiocFileCache
package
1 2 | fetchData(fileURL)
tutorialData(...)
|
... |
unused for the time being |
fileURL |
The URL of the file to retrieve. Alternatively, the ID of the file in the BiocFileCache (i.e. the file basename), can be used. |
internal function to set up the cache
A function to fetch tutorial data, a file at a time
the function to retrieve all the tutorial data and cache it, if it is not already available
the function to retrieve all the tutorial data and cache it, if it is not already available
1 2 3 4 | tdir <- tutorialData()
gAnnot.path <- fetchData("gAnnot.rda")
vdir <- vignetteData()
md5.txt <- fetchData("md5.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.