From 4214a93a6e252db5ee81d4ab52aed83ff8f32fa8 Mon Sep 17 00:00:00 2001 From: Arindam Choudhury Date: Sat, 7 May 2022 12:18:27 +0200 Subject: [PATCH] Update boring_function.R variable_name should be function_name --- R_Programming/Functions/scripts/boring_function.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R_Programming/Functions/scripts/boring_function.R b/R_Programming/Functions/scripts/boring_function.R index a9722ab6..6d25b686 100644 --- a/R_Programming/Functions/scripts/boring_function.R +++ b/R_Programming/Functions/scripts/boring_function.R @@ -7,7 +7,7 @@ # # Return a value # } # -# The "variable name" you assign will become the name of your function. arg1 and +# The "function_name" you assign will become the name of your function. arg1 and # arg2 represent the arguments of your function. You can manipulate the arguments # you specify within the function. After sourcing the function, you can use the # function by typing: