Skip to content

Commit 7794f88

Browse files
committed
Add minimal README
1 parent 0513998 commit 7794f88

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

Comments
 (0)