write_udf: Write UDF definition file

Description Usage Arguments Examples

View source: R/write_udf.R

Description

write_udf() writes a udf object to a file

Usage

1

Arguments

x

A udf object

file

either a character string naming a file or a connection open for writing

...

Arguments passed on to yaml::write_yaml

fileEncoding

character string: if non-empty declares the encoding to be used on a file (not a connection) so the character data can be re-encoded as they are written. See file.

Examples

1
2
3
4
## Not run: 
write_udf(my_udf, "my_udf.yml")

## End(Not run)

briandconnelly/udftool documentation built on Dec. 19, 2021, 11:43 a.m.