get_documents | R Documentation |
Retrieve multiple documents using a purrr map over get_document
get_documents(index, doc_ids, fields, credentials = NULL, ...)
index |
The index to get fields for |
doc_ids |
A vector of document_ids |
fields |
Optional character vector listing the fields to retrieve |
credentials |
The credentials to use. If not given, uses last login information |
...Other |
options to pass to map, e.g. .progress |
A tibble with one row containing the requested fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.