Displaying 1 result from an estimated 1 matches for "readfilecreatedf".
2003 Oct 16
2
returning dynamic variable names from function
...unction(x)x[1]))" -- [Thanks to Andy Liaw,
Simon Blomberg, Gabor Grothendieck,
#James Holtman and Robert Keefe for their helpful responses on this
question - See posting on returning the first elements of a list of vectors]
#
for (i in 1:numFiles)
{
assign(dfNames[[i]],ReadFileCreateDF(fullFileNames[[i]]))
# we use "assign" since we want the quoted string in dfNames to be assigned
the value of the function call
# the ReadFileCreateList is a function that reads an
individual file and sends back a number of parameters in a list
}
return(list( *** W...