Description Usage Arguments Details Value Author(s) References See Also
Retrieve a document
1 2 3 |
doc |
A document id (or object of class “scribd_doc”) to retrieve. |
fmt |
One of “pdf”, “txt”, or “original” (the default). |
width |
For |
height |
For |
url_only |
A logical indicating whether to only return the document's URL (the default). If |
... |
Other arguments passed to HTTP request functions. |
doc
returns the URL from which a Scribd document can be downloaded. If url_only=FALSE
, the document itself is downloaded from that URL and returned as a raw vector. doc_thumbnail
does the same, but for the thumbnail “cover image” for the document.
Either a character string containing a URL or the document (or its thumbnail) as a raw vector.
Thomas J. Leeper
doc_stats
, doc_settings
, doc_change
, doc_delete
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.