Add attachments to existing document
document_add_attachments(doc_id, attachments, api_key = get_api_key())A JSON object, invisibly. The function will raise an error if doc_id is not specified.
Unique identifier of the document
attachments to attach to the fields in tibble/data.frame
form (one attachment per row), e.g., tibble(field = 7, path = "file.txt")
RSpace API key