get_film_ratings: Return the ratings and the metadata of a film as a tibble.

Description Usage Arguments Value Examples

View source: R/get_film_ratings.R

Description

Return the ratings and the metadata of a film as a tibble.

Usage

1

Arguments

url

The ratings URL for a film on Allocine. It must match the right type of page / url : "^https://www.allocine.fr/film/fichefilm-.*/critiques/presse".

Value

The ratings and the metadata of the film as a tibble.

Examples

1
2
"https://www.allocine.fr/film/fichefilm-25802/critiques/presse/" %>%
  get_film_ratings()

gaalcaras/socscrap documentation built on Jan. 1, 2021, 2:16 a.m.