Learn R Programming

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

toaster (version 0.4.2)

Big Data in-Database Analytics with Teradata Aster

Description

A consistent set of tools to perform in-database analytics on Teradata Aster Big Data Discovery Platform. toaster (a.k.a 'to Aster') embraces simple 2-step approach: compute in Aster - visualize and analyze in R. Its `compute` functions use combination of SQL and SQL/MR functions running in Aster database - highly scalable parallel and distributed analytical platform. 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 functions.

Copy Link

Version

Install

install.packages('toaster')

Monthly Downloads

3

Version

0.4.2

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Gregory Kanevsky

Last Published

January 22nd, 2016

Functions in toaster (0.4.2)

createBubblechart

Create Bubble Chart type of plot.
createCentroidPlot

Create plot of cluster centroids.
computeSilhouette

Compute Silhouette (k-means clustering).
createMap

Locate map, geocode data, then plot both.
getGradientPaletteFactory

Generate gradient palette maker
toaster

toaster: analytical and visualization toolbox for Teradata Aster
getTableSummary

Compute columnwise statistics on Aster table.
computeCorrelations

Compute correlation between pairs of columns.
makeTempTableName

Make Aster temporary table name.
getMatchingColumns

Filter columns by pattern.
showData

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

Filter Date and Time Table Columns.
computeTf

Compute term frequencies on a corpus.
createPopPyramid

Create Population Pyramid type of histogram plot.
getNullCounts

Counts nulls per column in the table.
isTable

Test if table present in the database.
createClusterPairsPlot

Create cluster variable plot.
createHeatmap

Create Heat Map type of plot.
getNumericTypes

List Aster numeric data types.
computeClusterSample

Random sample of clustered data
computeTfIdf

Compute Term Frequency - Inverse Document Frequency on a corpus.
computeBarchart

Compute one or more aggregates across single class.
getCharacterTypes

List Aster character data types.
createClusterPlot

Create clusters' properties plot.
computeAggregates

Compute aggregate values.
nGram

Tokenize (or split) text and emit multi-grams.
computeKmeans

Perform k-means clustering on the table.
createWordcloud

Create Word Cloud Visualization.
theme_empty

Creates empty theme.
createBoxplot

Create box plot.
computeLm

Fit Linear Model and return its coefficients.
createHistogram

Create histogram type of plot.
createSilhouetteProfile

Create cluster silhouette profile plot.
toa_dep

Give a deprecation error, warning, or messsage, depending on version number.
token

Tokenize (or split) text and emit n-word combinations from a document.
getNumericColumns

Filter numeric columns.
computeHeatmap

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

Filter character columns.
getDiscretePaletteFactory

Generate discrete palette maker
getTemporalTypes

List Aster temporal data types.
computeSample

Randomly sample data from the table.
computePercentiles

Compute percentiles of column values.
computeHistogram

Compute histogram distribution of the column.
viewTableSummary

Invoke a Data Viewer on table statistics.
createSlopegraph

Create plot with Slope Graph visualization.