Description Usage Arguments Details Value Author(s) References See Also Examples
Retrieve or update document metadata settings
1 2 3 4 5 6 7 8 |
doc |
A document id (or object of class “scribd_doc”) to retrieve. |
isbn |
Optionally, a character string containing an ISBN number. |
title |
Optionally, a character string containing a document title. |
description |
Optionally, a character string containing a document description. |
access |
Optionally, a character string containing one of “public” or “private”. |
license |
Optionally, a character string containing a license abbreviation. One of: “by”, “by-nc”, “by-nc-nd”, “by-nc-sa”, “by-nd”, “by-sa”, “c” (copyright), or “pd” (public domain). |
category |
Optionally, a document category (possibly retrieved from |
tags |
Optionally, a character string of comma-separated document tags or a character vector of tags. |
fmt |
Optionally, a character string of comma-separated formats or a character vector of formats. Only allowed formats are: “pdf”, “txt”, and “original”. |
author |
Optionally, a character string containing an author name. |
publisher |
Optionally, a character string containing a publisher name. |
pub_date |
Optionally, a character string containing a publication date. |
edition |
Optionally, a character string containing an edition. |
disable_select_text |
Optionally, a boolean that, if |
disable_related |
Optionally, a boolean that, if |
... |
Other arguments passed to HTTP request functions. |
doc_settings
returns document settings and metadata. doc_change
updates those settings and metadata. To retrieve view and download statistics, use doc_stats
and to download a document itself use doc
.
A list object of class “scribd_doc”.
Thomas J. Leeper
1 2 3 4 5 6 | ## Not run:
mydoc <- "document_id"
doc_settings(mydoc)
doc_change(mydoc, title = "New Title", edition = "2")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.