Skip to content

Commit

Permalink
#1839 Added roxygen header
Browse files Browse the repository at this point in the history
  • Loading branch information
ashachakma committed Jun 15, 2023
1 parent a8f4db4 commit 607e62c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/my_first_fcn.R
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
#' Created dummy function
#'
#' Outputs "Welcome to the admiral family!"
#'
hello_admiral <- function() {{ message("Welcome to the admiral family!") }}

0 comments on commit 607e62c

Please sign in to comment.