Skip to content

Commit

Permalink
#1839 Roxygen skelton inserted
Browse files Browse the repository at this point in the history
  • Loading branch information
GOTO committed Oct 17, 2024
1 parent fb5d6e6 commit 4896966
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions R/my_first_fcn.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

#' my_first_fcn
#'
#' @return
#' This function returns the Character "Welcome to the admiral family!".
#'
#' @export
#'
#' @examples
#' my_first_fcn() ## returns "Welcome to the admiral family!"
my_first_fcn <- function() {
print("Welcome to the admiral family!")
}

0 comments on commit 4896966

Please sign in to comment.