?list files
... in particular the pattern argument
--
David Winsemius
On Feb 12, 2009, at 3:38 PM, Stropharia wrote:
Thanks a lot Levi. Your code was much shorter and more elegant. With
a few
minor alterations I got this (see below) to work.
Does anyone know if there is a way to automa
Thanks a lot Levi. Your code was much shorter and more elegant. With a few
minor alterations I got this (see below) to work.
Does anyone know if there is a way to automate getting only the csv
filenames in a folder (rather than the whole file path)? Or to automate
extracting the file names from t
Stropharia wrote:
# START
R-CODE---
filenames <- Sys.glob("/Users/Desktop/Test/*.csv") # get names of files to
process # use * to get all
variables <- data.frame(1:length(filenames)) # preallocate assuming multiple
values f
3 matches
Mail list logo