使用关键字function创建R function 。 R函数定义的基本语法如下- function_name <- function(arg_1, arg_2, ...) { Function body }.
確定! 回上一頁