# Somewhere in you target script file (usually _targets.R):
tar_target(
name,
command(),
format = "feather",
resources = tar_resources(
feather = tar_resources_feather(compression = "lz4")
)
)
Run the code above in your browser using DataLab