break_function: break_function

Description Usage Arguments Value Author(s)

View source: R/components.R

Description

builds callable structure from the function body,

Usage

1
break_function(func, check_output = FALSE)

Arguments

func

a function to be broken down

check_output

should we write the list out

Value

a string that will run in an R sesseion to 1. Define the function, 2. parse arguments to the function, 3. return the outputs of t

Author(s)

Joe Peskett


joepeskett/kf-tools documentation built on May 27, 2020, 7:43 a.m.