invcop
help to copy and zip projects
invcop(
in_name = getwd(),
out_name,
all = FALSE,
main = TRUE,
ef = TRUE,
est = TRUE,
network = TRUE,
veh_rds = FALSE,
veh_csv = TRUE,
zip = TRUE
)
Character; Name of current project.
Character; Name of output project.
Logical; copy ALL (and for once) or not.
Logical; copy or not.
Logical; copy or not.
Logical; copy or not.
Logical; copy or not.
Logical; copy or not.
Logical; copy or not.
Logical; zip or not.
emission estimation g/h
This function was created to copy and zip project without the emis.
if (FALSE) { # \dontrun{
# Do not run
} # }