Learn R Programming

PuffR (version 0.1)

replace_in_inp: Replace keyword values in CALPUFF system input files

Description

This function allows for the replacement of values in a CALPUFF system input file.

Usage

replace_in_inp(inp_file_working, keyword, replacement)

Arguments

inp_file_working
the string vector that represents the working input file.
keyword
a string vector of input file keywords for the appropriate section.
replacement
a vector of objects that represent formatted strings (for placement in the input file).