SyntaxFix
Write A Post
Hire A Developer
Questions
Change the definition of multiply to take additional unknown arguments:
multiply <- function(a, b, ...) { # Original code }