View source: R/get_result_number.R
get_result_number | R Documentation |
This is a memory efficient way to count the number of results of a single query. Whenever it returns 10000, it means that the number of results are 10000 or higher
get_result_number(query, access_token)
query |
url built using the function get_query |
access_token |
access token received after authentication |
Number of results
## Not run: get_result_number(query, access_token)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.