|
| 1 | +# Various R Programming Tools for Data Manipulation |
| 2 | + |
| 3 | +Various R programming tools for data manipulation, including: |
| 4 | + - medical unit conversions ('ConvertMedUnits', 'MedUnits'), |
| 5 | + - combining objects ('bindData', 'cbindX', 'combine', 'interleave'), |
| 6 | + - character vector operations ('centerText', 'startsWith', 'trim'), |
| 7 | + - factor manipulation ('levels', 'reorder.factor', 'mapLevels'), |
| 8 | + - obtaining information about R objects ('object.size', 'elem', 'env', |
| 9 | + 'humanReadable', 'is.what', 'll', 'keep', 'ls.funs', |
| 10 | + 'Args','nPairs', 'nobs'), |
| 11 | + - manipulating MS-Excel formatted files ('read.xls', |
| 12 | + 'installXLSXsupport', 'sheetCount', 'xlsFormats'), |
| 13 | + - generating fixed-width format files ('write.fwf'), |
| 14 | + - extricating components of date & time objects ('getYear', 'getMonth', |
| 15 | + 'getDay', 'getHour', 'getMin', 'getSec'), |
| 16 | + - operations on columns of data frames ('matchcols', 'rename.vars'), |
| 17 | + - matrix operations ('unmatrix', 'upperTriangle', 'lowerTriangle'), |
| 18 | + - operations on vectors ('case', 'unknownToNA', 'duplicated2', 'trimSum'), |
| 19 | + - operations on data frames ('frameApply', 'wideByFactor'), |
| 20 | + - value of last evaluated expression ('ans'), and |
| 21 | + - wrapper for 'sample' that ensures consistent behavior for both |
| 22 | + scalar and vector arguments ('resample'). |
| 23 | + |
| 24 | +Authors: Gregory R. Warnes, Ben Bolker, Gregor Gorjanc, Gabor |
| 25 | + Grothendieck, Ales Korosec, Thomas Lumley, Don MacQueen, Arni |
| 26 | + Magnusson, Jim Rogers, and others |
0 commit comments