document_meta.Rd
Return the meta data for a given document
document_meta(guid_hash, tidy = TRUE)
Document global unique identifier to look up in the elasticsearch.
Tidy the results into a nested tibble DEFAULT: TRUE.
tibble.
# Search for document.
if (FALSE) {
document_meta(guid_hash ="1c5c4be6f456e84d992c")
}