ny_movie_search | R Documentation |
Search for movie reviews.
ny_movie_search(
q,
picks = FALSE,
pages = 1,
opening_since = NULL,
opening_until = NULL,
order = NULL,
publication_since = NULL,
publication_until = NULL,
reviewer = NULL
)
q |
Search keyword (e.g. |
picks |
Set to |
pages |
Number of pages of results to fetch, set to |
opening_since , opening_until |
Date range as |
order |
Field to order results by (e.g. |
publication_since , publication_until |
Review publication date range as |
reviewer |
Filter by reviewer byline (e.g. |
## Not run:
nytimes_key("xXXxxXxXxXXx")
reviews <- ny_movie_search("wars", pages = 2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.