WhoIsTheCoolest: Function to determine coolest person

Description Usage Arguments Author(s)

View source: R/ExampleFunction.R

Description

This function uses the runif to assign a coolness Index to each person from people argument and selects the maximum value of the coolness index as the coolest person.

Usage

1
2
3
4
5
WhoIsTheCoolest(
  people = c("Aisling", "Alecia", "Andrew", "Antonia", "Fiona", "Gerard", "Gareth",
    "Jack", "Jamie", "Kara", "Rebecca", "Sam", "Sheila", "Sofia"),
  ...
)

Arguments

people

hsdlnjkgbdj

...

Arguments to be passed through

Author(s)

Gareth Burns


GABurns/ExamplePackage documentation built on Jan. 7, 2022, 12:24 a.m.