Skip to contents

Multiply two numbers

Usage

multiply(x, y)

Arguments

x

First number

y

Second number

Value

Product of the two numbers

Examples

multiply(3, 4) # 12
#> [1] 12