| hf_vectorize | R Documentation |
Internal helper to apply an API function to multiple inputs efficiently.
hf_vectorize(inputs, fn, ..., .progress = FALSE)
inputs |
Character vector of inputs. |
fn |
Function to apply to each input. |
... |
Additional arguments passed to fn. |
.progress |
Logical. Show progress bar? |
Combined results from all API calls.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.