From fb5d6e6d12d786f9278f45ea269ae7ff867256c2 Mon Sep 17 00:00:00 2001 From: GOTO Date: Thu, 17 Oct 2024 02:23:43 +0200 Subject: [PATCH] #1839 new function 'my_first_fcn' created --- R/my_first_fcn.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R/my_first_fcn.R b/R/my_first_fcn.R index e69de29bb2..17cd88881e 100644 --- a/R/my_first_fcn.R +++ b/R/my_first_fcn.R @@ -0,0 +1,3 @@ +my_first_fcn <- function() { + print("Welcome to the admiral family!") +}