Description Usage Arguments Value Examples
View source: R/retrieve_content.R
Opens a stream (i.e., connection) to retrieve content associated with content_hash
1 2 | retrieve_content(content_hash,
hash2url = hash2url_ia_biodiversity_dataset_archive)
|
content_hash |
content hash of requested content |
hash2url |
function that maps a content hash to a url |
a stream (i.e., connection) of requested content
1 2 3 4 | con <- retrieve_content(query())
first_line <- readLines(con, 1)
close(con)
# first line should start with <https://preston.guoda...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.