anime_ratings_gender_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_gender_dist(
  aid = NULL,
  type = c("raw", "weighted"),
  include_title = TRUE
)

Arguments

aid

The vector of anime aid.

type

Whether to get the raw average ratings or the weighted average ratings.

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.