time_till_val_group.Rd
Predicts the time it will take for Valentina to make a group chat for a social event depending on the number of people taking part in it.
time_till_val_group(n_people)
n_people | Positive integer setting the number of participants in the social event. |
---|
A logical vector of size 1 describing the time it takes in seconds
time_till_val_group(12)#> [1] 0.1068407