Learn R Programming

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

toaster (version 0.3.1)

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

29

Version

0.3.1

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Gregory Kanevsky

Last Published

November 3rd, 2015

Functions in toaster (0.3.1)

createMap

Locate map, geocode data, then plot both.
createBubblechart

Create Bubble Chart type of plot.
getGradientPaletteFactory

Generate gradient palette maker
computeAggregates

Compute aggregate values.
token

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

Compute correlation between pairs of columns.
toaster

toaster: analytical and visualization toolbox for Teradata Aster
getTemporalColumns

Filter Date and Time Table Columns.
computeSample

Randomly sample data from the table.
computeHistogram

Compute histogram distribution of the column.
getNumericColumns

Filter numeric columns.
computePercentiles

Compute percentiles of column values.
createHeatmap

Create Heat Map type of plot.
showData

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

Test if table present in the database.
createHistogram

Create histogram type of plot.
createWordcloud

Create Word Cloud Visualization.
toa_dep

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

Creates empty theme.
getCharacterTypes

List Aster character data types.
computeHeatmap

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

Filter character columns.
nGram

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

Create box plot.
getMatchingColumns

Filter columns by pattern.
createPopPyramid

Create Population Pyramid type of histogram plot.
getTableSummary

Compute columnwise statistics on Aster table.
computeLm

Fit Linear Model and return its coefficients.
computeTf

Compute term frequencies on a corpus.
createSlopegraph

Create plot with Slope Graph visualization.
getDiscretePaletteFactory

Generate discrete palette maker
getTemporalTypes

List Aster temporal data types.
viewTableSummary

Invoke a Data Viewer on table statistics.
computeBarchart

Compute one or more aggregates across single class.
computeTfIdf

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

List Aster numeric data types.