min_results | R Documentation |
This function ensures there are sufficient results for visualization, creating placeholder data if necessary.
min_results(
diverse_results,
top_results,
a_term,
min_results = 3,
fallback_count = 15,
verbose = TRUE
)
diverse_results |
Current diversified results |
top_results |
Original top results |
a_term |
The primary term for the analysis |
min_results |
Minimum number of desired results (default: 3) |
fallback_count |
Number of top results to use as fallback (default: 15) |
verbose |
Logical; if TRUE, print status messages (default: TRUE) |
A data frame with sufficient results for visualization
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.