From a961a274aab632bce1b5366cfc0d943ed228d5c4 Mon Sep 17 00:00:00 2001 From: James McMahon Date: Wed, 23 Oct 2024 11:59:09 +0100 Subject: [PATCH] Update test_style_file.R --- R/test_style_file.R | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/R/test_style_file.R b/R/test_style_file.R index d9f64bc..710f503 100644 --- a/R/test_style_file.R +++ b/R/test_style_file.R @@ -2,6 +2,10 @@ obj <- "name" +#' Not a real function +#' +#' @description +#' Just a test function - using to test the actions fun <- function(var = 1) { return(var) }