Description Usage Arguments Value Author(s) See Also Examples
Look for known file extensions and classify as binary, comma-separated, text format, or OTH=other; other files are assumed to be unreadable. To read other files, need to specify more types manually.
1 2 |
ext |
filenames or extensions to classify |
more.txt |
more extensions that should be treated as txt |
more.bin |
more extensions that should be treated as binary |
more.csv |
more extensions that should be treated as csv |
print.all |
setting to T, simply prints the list of supported ext |
returns the 4 way classification for each file/extension
Nicholas Cooper nick.cooper@cimr.cam.ac.uk
1 | classify.ext(c("test.txt","*.csv","tot","other","rda","test.RDatA"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.