add_function: add funtions that you want to store them in a function.R file

Description Usage Arguments Details Value Examples

View source: R/pengToolkit.R

Description

today,I create my fourth function,a very useful function.

Usage

1
add_function(..., source_fun = F)

Arguments

virable

param my_functions input any functions that you want to

Details

you can use this function to receive any funtions that you want to store them in a function.R file and source them automatically into your environment.

Value

information about what did the function do

Examples

1
2
add_function("test001", "test002")
add_function(source_fun = T)

mugpeng/pengToolkit documentation built on Dec. 21, 2021, 11:01 p.m.