readFileOrVector {gms} | R Documentation |
readFileOrVector
Description
Input: a file name or a character vector. Output: a character vector of the contents of the file, or the character vector unchanged.
Usage
readFileOrVector(file)
Arguments
file |
A file name or a character vector. |
Value
A character vector of the inputs of the file.
Author(s)
Mika Pflüger
[Package gms version 0.31.2 Index]