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