
mifuns - issue #5
Enhancement of resample to allow input and output of more than just *.csv files
Currently, resample expects a csv file or dataframe as input and writes only csv files as output.
Allow filetypes with delimiters other than a comma to be read by resample and then written out. Possibly a "sep" argument during the read step and a "sep" argument for writing out files using another dellimiter. This would make resample a more generic function for resampling with replacement and stratification.
Comment #1
Posted on May 27, 2009 by Happy Bearresample.data.frame now uses write.table not write.csv, but sets up a csv scenario by default.
Comment #2
Posted on May 27, 2009 by Happy Bear(No comment was entered for this change.)
Status: Verified
Labels:
Type-Enhancement
Priority-Low