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)

Arguments

n_people

Positive integer setting the number of participants in the social event.

Value

A logical vector of size 1 describing the time it takes in seconds

Examples

time_till_val_group(12)
#> [1] 0.1068407