• Thanks for this question, let me add a small note that in "mycoolfunction"
    is a syntax error in the return function. Syntax of return() is: return(expression).
    It should be stated correctly: return (paste("my favorite number is ", y))