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