vein_notes
creates aa text file '.txt' for
writting technical notes about this emissions inventory
vein_notes(
notes,
file = "README",
yourname = Sys.info()["login"],
title = "Notes for this VEIN run",
approach = "Top Down",
traffic = "Your traffic information",
composition = "Your traffic information",
ef = "Your information about emission factors",
cold_start = "Your information about cold starts",
evaporative = "Your information about evaporative emission factors",
standards = "Your information about standards",
mileage = "Your information about mileage"
)
Character; vector of notes.
Character; Name of the file. The function will generate a file with an extension '.txt'.
Character; Name of the inventor compiler.
Character; Title of this file. For instance: "Vehicular Emissions Inventory of Region XX, Base year XX"
Character; vector of notes.
Character; vector of notes.
Character; vector of notes.
Character; vector of notes.
Character; vector of notes.
Character; vector of notes.
Character; vector of notes.
Character; vector of notes.
Writes a text file.
if (FALSE) { # \dontrun{
#do not run
a <- "delete"
f <- vein_notes("notes", file = a)
file.remove(f)
} # }