View source: R/rampQueryHelper.R
queryReport | R Documentation |
queryReport is a helper function to report on the number of query items that were found and missed, and the list of missed query values.
queryReport(queryList, foundList)
queryList |
is a list object that contains all user input query values |
foundList |
is a list object of all user input query values that were retrieved during the query |
returns a list object with three return values, 'query_list_size', 'found_list_size', 'missed_query_elements' The 'size' values are integers for the size of the input query and the number of input query values found. The missed_query_elements is a list containing the subset of query values that are not found during the query.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.