get_sink_format.Rd
Retrieve a format definition by name from the registry.
get_sink_format(name)
Character string naming the format
List with writer, reader, ext, and atomic fields, or NULL if not found
fmt <- get_sink_format("rds") if (!is.null(fmt)) { fmt$writer(mtcars, tempfile()) }