Description Usage Arguments Value Author(s) Examples
View source: R/anime_functions.R
Filter the anime list depending on different variables. These variables must be included in the data set.
1 | newcommer_recom(data, age, gender, freetime)
|
data |
data containing the list of anime with the variables being description for each anime |
age |
age given by the person |
gender |
theme of the anime. For instance if you like action anime, put "action" |
freetime |
free time that the person has to use in order to watch the anime |
Return a filtered table with the anime depending on the inputs
Marie Bellier, Massimo Finini, Meri Likoska, Vania Rodrigues Telo Ramos, Xavier Renger
1 2 3 4 5 | #loading the data from the package
anime <- tibble::tibble(ProjectG5::anime)
#filtering the table to make propositions to the user through the function
newcommer_recom(anime, 15, "Sport", 30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.