vein (version 0.7.8)

vein_notes: vein_notes for writting technical notes about the inventory

Description

vein_notes creates aa text file '.txt' for writting technical notes about this emissions inventory

Usage

vein_notes(file = "README", title, yourname, approach = "Top Down",
  traffic, composition, ef, cold_start, evaporative, standards, mileage,
  notes)

Arguments

file

Character; Name of the file. The function will generate a file with an extension '.txt'.

title

Character; Title of this file. For instance: "Vehicular Emissions Inventory of Region XX, Base year XX"

yourname

Character; Name of the inventor compiler.

approach

Character; vector of notes.

traffic

Character; vector of notes.

composition

Character; vector of notes.

ef

Character; vector of notes.

cold_start

Character; vector of notes.

evaporative

Character; vector of notes.

standards

Character; vector of notes.

mileage

Character; vector of notes.

notes

Character; vector of notes.

Value

Writes a text file.

Examples

Run this code
# NOT RUN {
{
(a <- tempfile())
vein_notes(a,
approach = "Top Down",
traffic = "traffic",
composition = "composition",
ef = "ef",
cold_start = "included",
evaporative = "included",
standards = "standards",
mileage = "mileage")
readLines(paste0(a, '.txt'))
}
# }

Run the code above in your browser using DataLab