omnipath_cache_key | R Documentation |
Generates a hash which identifies an element in the cache database
omnipath_cache_key(url, post = NULL, payload = NULL)
url |
Character vector with URLs |
post |
List with the HTTP POST parameters or a list of lists if the url vector is longer than 1. NULL for queries without POST parameters. |
payload |
HTTP data payload. List with multiple items if the url vector is longer than 1. NULL for queries without data. |
Character vector of cache record keys.
bioc_url <- 'https://bioconductor.org/'
omnipath_cache_key(bioc_url)
# [1] "41346a00fb20d2a9df03aa70cf4d50bf88ab154a"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.