update_documents | R Documentation |
Update documents
update_documents(index, ids = NULL, documents, credentials = NULL)
index |
The index name to create. |
ids |
The IDs (.id) of the document to update description (if NULL, the .id column from documents will be used). |
documents |
A data frame with columns to update. |
credentials |
The credentials to use. If not given, uses last login information. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.