Learn R Programming

vein (version 0.6.0)

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, 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.

notes

Character; vector of notes.

Value

A text file.

Examples

Run this code
# NOT RUN {
{
a <- tempfile()
vein_notes(a)
}
# }

Run the code above in your browser using DataLab