Description Usage Arguments Value See Also Examples
Performs Algolia Post Batch
1 | algolia_post_batch(config = create_config(), threshold_kb = 10)
|
config |
config as retrieved by create_config() (default: create_config()) |
threshold_kb |
(default: 10), 10 KB is threshold for free Algolia usage, 20 KB for paid for details: https://www.algolia.com/doc/faq/basics/is-there-a-size-limit-for-my-index-records/ |
performs batch operation at provided Algolia url (config$api_url) in case of sufficient rights of the provided API key (see: <https://www.algolia.com/doc/api-client/methods/api-keys/>)
<https://www.algolia.com/doc/rest-api/search/#batch-write-operations>
1 2 3 4 | ## Not run:
algolia_post_batch()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.