stanza_download_method_code | R Documentation |
Function to obtain the download method code or list all allowed download methods.
stanza_download_method_code(method = NULL)
method |
a character string giving the name of the download method.
The case oft he download method name is ignored.
If |
an integer giving the download method code.
if (is_stanza_initialized()) {
stanza_download_method_code()
stanza_download_method_code("none")
stanza_download_method_code("reuse_resources")
stanza_download_method_code("download_resources")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.