.checkInCache | R Documentation |
Check whether value in cache exists
.checkInCache(bfc, hash, verbose = FALSE)
bfc |
Object of class BiocFileCache, created by a call to BiocFileCache::BiocFileCache() |
hash |
unique hash representing a query. |
verbose |
logical; should additional verbose output be printed? Not currently used. This function returns TRUE if a record with the requested hash already exists in the file cache, otherwise returns FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.