anime_ratings_dist: Get the rating distribution for an anime

Description Usage Arguments

View source: R/stats.R

Description

Get the rating distribution for an anime

Usage

1
2
3
4
5
anime_ratings_dist(
  aid = NULL,
  type = c("permanent", "temporary"),
  include_title = TRUE
)

Arguments

aid

The vector of anime aid.

type

A single string "permanent" or "temporary" to indicate the type of rating distribution.

include_title

A logical value indicating whether to include the title in the output data frame.


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