Print method for an object of class "apero".
# S3 method for apero
print(x, ...)
An object of class "apero".
Further arguments passed from other methods.
Invisibly, the input is returned.
x <- apero()
x
#> The apero takes place in a 6m x 4m room and the safety distance is 1.5m.
#> A whopping 12 guests are here (incl. you). Nice apero so far!
x2 <- apero(1, 1)
x2
#> The apero takes place in a 1m x 1m room and the safety distance is 1.5m.
#> Oh no, you are all alone - the room is simply too small!
#> At least you are not at risk catching a virus...