ny_book_overview: Overview

View source: R/books.R

ny_book_overviewR Documentation

Overview

Description

Get top 5 books for all the Best Sellers lists for specified date.

Usage

ny_book_overview(published_date = NULL)

Arguments

published_date

The best-seller list publication date. You do not have to specify the exact date the list was published. The service will search forward (into the future) for the closest publication date to the date you specify. For example, a request for as.Date("2013-05-22") will retrieve the list that was published on 05-26.

Examples

## Not run: 
nytimes_key("xXXxxXxXxXXx")
list <- ny_book_overview(Sys.Date() - 365)

## End(Not run)


news-r/nytimes documentation built on Sept. 7, 2024, 1:02 a.m.