CRAN
apercu 0.2.3
Quick Look at your Data
Released Sep 29, 2017 by Aurelien Chateigner
Dependencies
The goal is to print an "aperçu", a short view of a vector, a matrix, a data.frame, a list or an array. By default, it prints the first 5 elements of each dimension. By default, the number of columns is equal to the number of lines. If you want to control the selection of the elements, you can pass a list, with each element being a vector giving the selection for each dimension.
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>apercu</artifactId> <version>0.2.3-b10</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:apercu')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- ap-examples
- apercu.works_on_arrays_of_3_dimensions_E1
- apercu.works_on_arrays_of_3_dimensions_E2
- apercu.works_on_arrays_of_3_dimensions_E3
- apercu.works_on_arrays_of_4_dimensions_E1
- apercu.works_on_arrays_of_4_dimensions_E2
- apercu.works_on_arrays_of_4_dimensions_E3
- apercu.works_on_arrays_of_5_dimensions_E1
- apercu.works_on_arrays_of_5_dimensions_E2
- apercu.works_on_arrays_of_5_dimensions_E3
- apercu.works_on_data_frames_E1
- apercu.works_on_data_frames_E2
- apercu.works_on_data_frames_E3
- apercu.works_on_data_frames_with_AsIs_Matrices_in_it_E1
- apercu.works_on_data_frames_with_AsIs_Matrices_in_it_E2
- apercu.works_on_data_frames_with_AsIs_Matrices_in_it_E3
- apercu.works_on_lists_E1
- apercu.works_on_lists_E2
- apercu.works_on_lists_E3
- apercu.works_on_matrices_E1
- apercu.works_on_matrices_E2
- apercu.works_on_matrices_E3
- apercu.works_on_small_data_frames_E1
- apercu.works_on_small_data_frames_E2
- apercu.works_on_small_data_frames_E3
- apercu.works_on_small_lists_E1
- apercu.works_on_small_lists_E2
- apercu.works_on_small_lists_E3
- apercu.works_on_small_matrices_E1
- apercu.works_on_small_matrices_E2
- apercu.works_on_small_matrices_E3
- apercu.works_on_vectors_E1
- apercu.works_on_vectors_E2
- apercu.works_on_vectors_E3
- testthat