CRAN

dfexplore 0.2.1

Explore data.frames by plotting NA and classes of each variable

Released Jan 16, 2014 by Joris Muller

This package can be loaded by Renjin but 5 out 8 tests failed.

Dependencies

ggplot2 3.0.0

Quickly and graphically show missing values and classes of each variable and each observation of a data.frame. The aim is to show pattern of missing values and if there is wrong class attribution.

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>dfexplore</artifactId>
    <version>0.2.1-b38</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:dfexplore')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.

Source

R

View GitHub Mirror

Release History