search_goodreads {Goodreader} | R Documentation |
Search Goodreads
Description
This function searches books on Goodreads.
Usage
search_goodreads(
search_term,
search_in = c("title", "author"),
num_books = 10,
sort_by = "ratings"
)
Arguments
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"). |
Value
A data frame of search results.
Examples
search_goodreads("parenting", search_in = "title", num_books = 2)
[Package Goodreader version 0.1.2 Index]