newcommer_recom: Filter anime according to preferences

Description Usage Arguments Value Author(s) Examples

View source: R/anime_functions.R

Description

Filter the anime list depending on different variables. These variables must be included in the data set.

Usage

1
newcommer_recom(data, age, gender, freetime)

Arguments

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

Value

Return a filtered table with the anime depending on the inputs

Author(s)

Marie Bellier, Massimo Finini, Meri Likoska, Vania Rodrigues Telo Ramos, Xavier Renger

Examples

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)

ptds2021/project--G5 documentation built on Dec. 22, 2021, 9:59 a.m.