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