CRAN
gdata 2.18.0
Various R Programming Tools for Data Manipulation
Released Jun 6, 2017 by Gregory R. Warnes
Dependencies
Various R programming tools for data manipulation, including: - medical unit conversions ('ConvertMedUnits', 'MedUnits'), - combining objects ('bindData', 'cbindX', 'combine', 'interleave'), - character vector operations ('centerText', 'startsWith', 'trim'), - factor manipulation ('levels', 'reorder.factor', 'mapLevels'), - obtaining information about R objects ('object.size', 'elem', 'env', 'humanReadable', 'is.what', 'll', 'keep', 'ls.funs', 'Args','nPairs', 'nobs'), - manipulating MS-Excel formatted files ('read.xls', 'installXLSXsupport', 'sheetCount', 'xlsFormats'), - generating fixed-width format files ('write.fwf'), - extricating components of date & time objects ('getYear', 'getMonth', 'getDay', 'getHour', 'getMin', 'getSec'), - operations on columns of data frames ('matchcols', 'rename.vars'), - matrix operations ('unmatrix', 'upperTriangle', 'lowerTriangle'), - operations on vectors ('case', 'unknownToNA', 'duplicated2', 'trimSum'), - operations on data frames ('frameApply', 'wideByFactor'), - value of last evaluated expression ('ans'), and - wrapper for 'sample' that ensures consistent behavior for both scalar and vector arguments ('resample').
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>gdata</artifactId> <version>2.18.0-b32</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:gdata')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 25, 2018.
- Args-examples
- ConvertMedUnits-examples
- MedUnits-examples
- ans-examples
- bindData-examples
- case-examples
- cbindX-examples
- centerText-examples
- combine-examples
- drop.levels-examples
- duplicated2-examples
- first-examples
- frameApply-examples
- getDateTimePart-examples
- humanReadable-examples
- interleave-examples
- is.what-examples
- keep-examples
- left-examples
- ll-examples
- ls.funs-examples
- mapLevels-examples
- matchcols-examples
- mv-examples
- nPairs-examples
- nobs-examples
- object.size-examples
- read.xls-examples
- rename.vars-examples
- reorder-examples
- resample-examples
- runRUnitTests
- sheetCount-examples
- startsWith-examples
- test.humanReadable
- test.read.xls
- test.reorder.factor
- test.write.fwf.eol
- tests.write.fwf
- trim-examples
- trimSum-examples
- unknown-examples
- unmatrix-examples
- update.list-examples
- upperTriangle-examples
- wideByFactor-examples
- write.fwf-examples
- xlsFormats-examples