# NOT RUN {
# Somewhere in you target script file (usually _targets.R):
tar_target(
name,
command(),
resources = tar_resources(
future = tar_resources_future(resources = list(n_cores = 2))
)
)
# }
Run the code above in your browser using DataLab