Function reference

Plain functions

greet()
Greet someone
add()
Add two numbers

S3 class

animal()
An animal
print.animal()
An animal
speak()
Make something speak
speak.animal()
Make something speak

R6 class

Counter()
A simple counter