Skip to content

Commit

Permalink
#1839 print() removed
Browse files Browse the repository at this point in the history
  • Loading branch information
GOTO committed Oct 17, 2024
1 parent 4896966 commit 4b506f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/my_first_fcn.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
#' @examples
#' my_first_fcn() ## returns "Welcome to the admiral family!"
my_first_fcn <- function() {
print("Welcome to the admiral family!")
"Welcome to the admiral family!"
}

0 comments on commit 4b506f0

Please sign in to comment.