Return the meta data for a given document

document_meta(guid_hash, tidy = TRUE)

Arguments

guid_hash

Document global unique identifier to look up in the elasticsearch.

tidy

Tidy the results into a nested tibble DEFAULT: TRUE.

Value

tibble.

Examples

# Search for document.
if (FALSE) {
document_meta(guid_hash ="1c5c4be6f456e84d992c")
}