document_add_attachments | R Documentation |
Add attachments to existing document
document_add_attachments(doc_id, attachments, api_key = get_api_key())
doc_id |
Unique identifier of the document |
attachments |
attachments to attach to the fields in tibble/data.frame
form (one attachment per row), e.g., |
api_key |
RSpace API key |
A JSON object, invisibly. The function will raise an error if doc_id
is not specified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.