writeOutputs(
x,
filename2,
overwrite = getOption("reproducible.overwrite", NULL),
...
)# S3 method for Raster
writeOutputs(
x,
filename2 = NULL,
overwrite = getOption("reproducible.overwrite", FALSE),
verbose = getOption("reproducible.verbose", 1),
...
)
# S3 method for Spatial
writeOutputs(
x,
filename2 = NULL,
overwrite = getOption("reproducible.overwrite", TRUE),
...
)
# S3 method for sf
writeOutputs(
x,
filename2 = NULL,
overwrite = getOption("reproducible.overwrite", FALSE),
verbose = getOption("reproducible.verbose", 1),
...
)
# S3 method for quosure
writeOutputs(x, filename2, ...)
# S3 method for default
writeOutputs(x, filename2, ...)