# NOT RUN {
# Somewhere in you target script file (usually _targets.R):
tar_target(
name,
command(),
format = "fst_tbl",
resources = tar_resources(
fst = tar_resources_fst(compress = 100)
)
)
# }
Run the code above in your browser using DataLab