save_process: Save and load a data preparation function

View source: R/save_function.R

save_processR Documentation

Save and load a data preparation function

Description

Save function without saving all of the global environment

Usage

save_process(fun, checkwith, params = NULL)

Arguments

fun

A data preparation function with first argument indf and other fixed parameters.

checkwith

is a an object used only for checking that the function does not depend on items in the global environment

params

A named list of any parameters that specify the transformation that fun performs.


sustainablefarms/sflddata documentation built on April 19, 2022, 11:19 a.m.