order_by_query_match | R Documentation |
This function uses a simple algorithm that counts the keywords matches in the query in the record abstract and title, and use the count to arrange the records in descending order. Usually, the same query used to collect the records in the first place are used.
order_by_query_match(records, query)
records |
The data frame of records to reorder. |
query |
The query to use to arrange the records. |
The ordered record data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.