| axprism_text_search | R Documentation |
Search indexed filing text blocks
axprism_text_search(client, q, ticker = NULL, form = NULL, limit = 20)
client |
An |
q |
Query string. |
ticker |
Optional ticker filter. |
form |
Optional form-type filter. |
limit |
Max hits (default 20). |
Parsed API response as a named list.
client <- axprism_client(api_key = "demo-key")
## Not run:
axprism_text_search(client, "climate risk")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.