Learn R Programming

⚠️There's a newer version (0.5.5) of this package.Take me there.

toaster (version 0.2.5)

analytics and visualization with Aster Database

Description

toaster (a.k.a 'to Aster') is a set of tools to perform in-database analytics with Teradata Aster Discovery Platform. toaster embraces simple approach by dividing tasks into 2 steps: compute in Aster - visualize and analyze in R. toaster `compute` functions use distributed, highly scalable, parallel SQL and map-reduce for processing of large data sets in Aster database. Then `create` functions visualize results with boxplots, scatterplots, histograms, heatmaps, word clouds, maps, or slope graphs. Advanced options such as faceting, coloring, labeling, and others are supported with most plots.

Copy Link

Version

Install

install.packages('toaster')

Monthly Downloads

3

Version

0.2.5

License

GPL-2

Maintainer

Gregory Kanevsky

Last Published

April 10th, 2014

Functions in toaster (0.2.5)

computeAggregates

Compute aggregate values.
getCharacterTypes

List Aster character data types.
computeHistogram

Compute histogram distribution of the column.
createWordcloud

Create Word Cloud Visualization.
getNumericTypes

List Aster numeric data types.
getNumericColumns

Filter numeric columns.
computeLm

Fit Linear Model and return its coefficients.
showData

Plot table level statistics, histograms, correlations and scatterplots in one go.
computePercentiles

Compute percentiles of column values.
theme_empty

Creates empty theme.
createHeatmap

Create Heat Map type of plot.
createBubblechart

Create Bubble Chart type of plot.
createSlopegraph

Create plot with Slope Graph visualization.
getTableSummary

Compute columnwise statistics on Aster table.
getCharacterColumns

Filter character columns.
createMap

Locate map, geocode data, then plot both.
computeBarchart

Compute one or more aggregates across single class.
createHistogram

Create histogram type of plot.
getMatchingColumns

Filter columns by pattern.
computeSample

Randomly sample data from the table.
getTemporalTypes

List Aster temporal data types.
createBoxplot

Create box plot.
createPopPyramid

Create Population Pyramid type of histogram plot.
computeCorrelations

Compute correlation between pairs of columns.
computeHeatmap

Compute 2-dimensional multi-layered matrix for heat map visualizations.
toaster

toaster: analytical and visualization toolbox for Teradata Aster Discovery and Big Data Analytics Platform.
viewTableSummary

Invoke a Data Viewer on table statistics.
getDateTimeColumns

Filter Date and Time Table Columns.