CRAN
dataview 2.0-9
Human readable data presentation
Released Apr 10, 2014 by Christofer Backlin
Dependencies
This package provides clear, informative and colorful ways of presenting the contents of data.frame, list, environment etc. in the prompt. Ideally this package should be used in terminals supporting xterm 256 colour mode, e.g. the standard Ubuntu terminal. The Mac OS X terminal (as of Snow Leopard) only support ANSI colour, which still works but doesn't look as nice. On Windows systems no colouring is supported. If the output of functions like 'whos' is a mess or somehow doesn't look like it should check the help for the functions 'style' and 'style.mode' of the 'xtermStyle' package.
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>dataview</artifactId> <version>2.0-9-b242</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:dataview')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.