Skip to contents

Function generator

Usage

write_fxns(template_path = NULL, outfile = "http-fxns.R")

Arguments

template_path

(character) path to your yaml template file. by default, we use a demo template yaml file

outfile

(character) Path to write your functions to

Value

returns silently, after writing all functions into a single file, given by outfile

Examples

if (FALSE) { # \dontrun{
write_fxns()
} # }