Learn R Programming

gms (version 0.31.2)

readFileOrVector: 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)

Value

A character vector of the inputs of the file.

Arguments

file

A file name or a character vector.

Author

Mika Pflüger