Skip to content

Commit

Permalink
#1839 onboarding ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdumas committed Mar 3, 2024
1 parent 99ece24 commit 7efa201
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
10 changes: 10 additions & 0 deletions R/my_first_fcn.R
@@ -0,0 +1,10 @@
#' My first function
#' Admiral on boarding Ticket
#' @return a string
#' @export
#'
#' @examples
#' my_first_fcn()
my_first_fcn <- function() {
print("Welcome to the admiral family!")
}
16 changes: 16 additions & 0 deletions man/my_first_fcn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7efa201

Please sign in to comment.