Description Usage Format Source Examples
Each anime is scored, and here we have the indiviual scores given for each anime.
1 | data("anime_with_ratings")
|
A data frame with 573588 observations on the following 7 variables.
item_id
a character vector
user_id
a numeric vector
Name
a character vector
english_name
a character vector
Episodes
a character vector
Duration
a numeric vector
rating
a numeric vector
Thise data was first obtained on the website Kaggle, which was upload thanks to the site MyAnimeList
1 2 | data(anime_with_ratings)
## maybe str(anime_with_ratings) ; plot(anime_with_ratings) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.