powered by
vein_notes creates aa text file '.txt' for writting technical notes about this emissions inventory
vein_notes
vein_notes(file = "README", title, yourname, notes)
Character; Name of the file. The function will generate a file with an extension '.txt'.
Character; Title of this file. For instance: "Vehicular Emissions Inventory of Region XX, Base year XX"
Character; Name of the inventor compiler.
Character; vector of notes.
A text file.
# NOT RUN { { a <- tempfile() vein_notes(a) } # }
Run the code above in your browser using DataLab