Learn R Programming

xhmmScripts (version 1.1)

scanVectorMayNotExist: Read in an unnamed vector.

Description

Read in an unnamed vector. If the file does not exist, warn the user and return an empty vector.

Usage

scanVectorMayNotExist(fileName)

Arguments

fileName

Examples

Run this code
## Not run: scanVectorMayNotExist("values.txt")

Run the code above in your browser using DataLab