anime_id: Get the anime ID in AniDB from the anime title

Description Usage Arguments

View source: R/find.R

Description

Get the anime ID in AniDB from the anime title

Usage

1
anime_id(title = NULL, exact = FALSE, ignore_case = TRUE, max_distance = 0.1)

Arguments

title

The title of the anime.

exact

A logical value indicating whether the match with title should be exact or not.

ignore_case

Whether the case should be ignore or not

max_distance

The max distance for the approximate string matching. Only used if exact is FALSE.


emitanaka/anidb documentation built on Jan. 15, 2022, 8:11 a.m.