search for: files_list

Displaying 3 results from an estimated 3 matches for "files_list".

Did you mean: file_list
2001 May 05
1
naming data.frames after their source file
Hello R-list, I have a batch of files that I want to turn into R data.frames for analysis. I'd like to use a for loop to read.table into data frame and name the data.frame after the source file. Here's the code I've tried: files_list.files(".") for(i in 1:length(list.files("."))-1){ parse(text=files[i])[[1]]_read.table(files[i],as.is=TRUE) } AFIK, the problem lies in the way I'm trying to name the data.frame. I have spent some time pouring over the R documentation, but if the answer was there I missed i...
2005 Dec 31
0
File_column and multiple file select
...ile element -- NOTE: it has an ID --> <input type="file" id="my_file_element"> <p><input type="submit" name="Save" /></p> <%= end_form_tag %> Files: <!-- This is where the output will appear --> <div id="files_list"></div> <script> <!-- Create an instance of the multiSelector class, pass it the output target and the max number of files --> var multi_selector = new MultiSelector( document.getElementById( ''files_list'' ), 3 ); <!-- Pass in the file eleme...
2011 Jul 20
0
[PATCH] fix ipv4 static/dhcp/disabled networking changes
..."/config/files"): if os.path.getsize('/config/files') == 0: print "There are currently no persisted files." - return True + return True if os.path.ismount("/config"): if isinstance(files,STRING_TYPE): files_list = [] -- 1.7.5.4