suggest_closest_book | R Documentation |
This function suggests the closest matching book name based on the input string. It uses approximate string matching to find similar book names from the provided list.
suggest_closest_book(book, book_list)
book |
A character vector of book names to check. |
book_list |
A character vector of valid book names to match against. |
A character vector of suggested book names or NA if no close match is found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.