Description Usage Arguments Examples
Pepare Batch Json
1 2 | prepare_batch_json(config = create_config(), threshold_kb = 10,
encoding = "UTF-8", ...)
|
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/ |
encoding |
encoding (default: "UTF-8") |
... |
additional arguments passed to jsonlite::read_json() |
1 2 3 4 | ## Not run:
batch_json <- prepare_batch_json()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.