View source: R/search_goodreads.R
search_goodreads | R Documentation |
This function searches books on Goodreads.
search_goodreads(
search_term,
search_in = c("title", "author"),
num_books = 10,
sort_by = "ratings"
)
search_term |
A search term string. |
search_in |
Where to search (e.g., "title", "author"). |
num_books |
Number of books to return. |
sort_by |
How to sort the results (e.g., "ratings", "published_year"). |
A data frame of search results.
search_goodreads("parenting", search_in = "title", num_books = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.