invcop: Helper function to copy and zip projects

invcopR Documentation

Helper function to copy and zip projects

Description

invcop help to copy and zip projects

Usage

invcop(
  in_name = getwd(),
  out_name,
  all = FALSE,
  main = TRUE,
  ef = TRUE,
  est = TRUE,
  network = TRUE,
  veh_rds = FALSE,
  veh_csv = TRUE,
  zip = TRUE
)

Arguments

in_name

Character; Name of current project.

out_name

Character; Name of output project.

all

Logical; copy ALL (and for once) or not.

main

Logical; copy or not.

ef

Logical; copy or not.

est

Logical; copy or not.

network

Logical; copy or not.

veh_rds

Logical; copy or not.

veh_csv

Logical; copy or not.

zip

Logical; zip or not.

Value

emission estimation g/h

Note

This function was created to copy and zip project without the emis.

Examples

## Not run: 
# Do not run

## End(Not run)

vein documentation built on April 30, 2023, 1:10 a.m.