process_filmlist: Return ratings from all the films in a given page.

Description Usage Arguments Value Examples

View source: R/process_filmlist.R

Description

Return ratings from all the films in a given page.

Usage

1

Arguments

url

The URL for a list of films on Allocine. It must match the right type of page / url : "^https://www.allocine.fr/films/decennie-\d4/annee-\d4/"".

Value

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

Examples

1
2
"https://www.allocine.fr/films/decennie-1990/annee-1999/?page=1" %>%
  process_filmlist()

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