document_list_attachments {rspacer} | R Documentation |
List attachments of a structured document
Description
This function lists all attachments of a field in a structured document.
Usage
document_list_attachments(
doc_id,
field_id = NULL,
field_name = NULL,
api_key = get_api_key()
)
Arguments
doc_id |
Unique identifier of the document |
field_id |
Specify either |
field_name |
Specify either |
api_key |
RSpace API key |
Value
description A tibble with identifiers and information on attachments, one attachment per row.
Returns FALSE
if no files are attached to the field.
[Package rspacer version 0.2.0 Index]