nyt_archieve: Get articles from NYT Archieve

Description Usage Arguments See Also Examples

Description

The function returns a tibble as default, which contains all New York Times articles of the specified year and month. Articles are available from 1851 and up to the present year and month.

Usage

1
nyt_archieve(month = 1, year = 1970, tibble = TRUE)

Arguments

month

the desired month provided as a wholenumber

year

the desired year provided as a wholenumber

tibble

if TRUE the API result is formatted and returned as a tibble, else a complete response is provided

See Also

nyt_token

Examples

1
## Not run: nyt_archieve(month = 1, year = 1970) #Remember to set token

elben10/Rnewyorktimes documentation built on May 31, 2019, 3:54 a.m.