Displaying 1 result from an estimated 1 matches for "filehom".
Did you mean:
filehome
2001 Dec 25
1
read.table (PR#1227)
Full_Name: Antonio Possolo
Version: 1.4.0
OS: Linux
Submission from: (NULL) (24.25.141.205)
## inputFile has the following three lines (each without the initial ``## '')
## a,b
## m,1
## n,3
## and resides in $HOME/R
fileHOME <- paste(Sys.getenv("HOME"), "/R/", sep="")
fileNAME <- "inputFile"
## Given the command,
z <- read.table(file=paste(fileHOME, fileNAME, sep=""), sep=",",
header=TRUE, row.names=NULL, as.is=TRUE)
## R replies...