Description Usage Arguments Details Value Author(s) References
Upload document to Scribd
1 2 3 4 5 |
file |
A character string containing a path to a local file to be uploaded. See Details on allowed file types. |
url |
A character string containing a remote URL from which to upload the file. See Details on allowed file types. |
doc |
For |
ext |
Optionally, a file extension (without the period). This overrides the file extension of the file or, in the case of a URL without a file extension, makes the file type explicit. When possible, the extension will be inferred from |
access |
An access level for the document; one of “public” (the default) or “private”. |
paid_content |
A logical indicating whether should be uploaded as paid content (and thus given protected access and encryption). This cannot be changed after upload. |
drm |
If |
wait |
A logical indicating whether to wait for the document to finish conversion. This may take some time. This parameter simply causes |
... |
Other arguments passed to HTTP request functions. |
doc_upload
uploads a document to Scribd either from a local file or from a remote URL. Image files are not allowed. Allowed file types are: pdf, txt, ps, rtf, epub, key, odt, odp, ods, odg, odf, sxw, sxc, sxi, sxd, doc, ppt, pps, xls, docx, pptx, ppsx, xlsx.
upload_thumbnail
sends a thumbnail “cover image” for the document to Scribd. This is, by default, just a small, fuzzy representation of the document itself.
See package vignette for a complete example.
An object of class “scribd_doc”.
Thomas J. Leeper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.