test <- function(){
	print(1)
}
test()

 脚本内为单独函数时 调用脚本不执行 所以要在脚本内调取特定函数

相关文章: