Learn R Programming

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

crunch (version 1.0.2)

Crunch.io Data Tools

Description

The Crunch.io service (http://crunch.io/) provides a cloud-based data store and analytic engine, as well as an intuitive web interface. Using this package, analysts can interact with and manipulate Crunch datasets from within R. Importantly, this allows technical researchers to collaborate naturally with team members, managers, and clients who prefer a point-and-click interface.

Copy Link

Version

Install

install.packages('crunch')

Monthly Downloads

489

Version

1.0.2

License

LGPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Neal Richardson

Last Published

April 4th, 2015

Functions in crunch (1.0.2)

graftDataset

Graft data from a cloned dataset back to its source
createDataset

Create an empty dataset
dataset-variables

Access a Dataset's Variables Catalog
Categories-class

Categories in CategoricalVariables
Subvariables-class

Subvariables in Array Variables
dataset-to-R

as.data.frame method for CrunchDataset
crtabs

Crunch xtabs: Crosstab and otherwise aggregate variables in a Crunch Dataset
tojson-crunch

toJSON methods for Crunch objects
VariableOrder-slots

Manipulate VariableGroup and VariableOrder
dataset-extract

Subset datasets and extract variables
createWithMetadataAndFile

Make a dataset with metadata and a CSV
newDatasetByColumn

Upload a data.frame column-by-column to make a new dataset
VariableOrder-class

Organize Variables within a Dataset
delete

Delete a Crunch object from the server
crunchAPI

Main Crunch API handling function
deleteDataset

Delete a dataset from the dataset list
CrunchVariable-class

Variables in Crunch
catalog-extract

Extract and modify subsets of Catalog-type objects
dim-dataset

Dataset dimensions
hideVariables

Hide and Unhide Variables Within a Dataset
http-methods

HTTP methods for communicating with the Crunch API
catalog-length

Length of Catalog
VariableOrder-length

Length of VariableOrder
refresh

Get a fresh copy from the server
dataset-update

Update a variable or variables in a dataset
shojifyMetadata

Wrap variable metadata inside a dataset entity
CrunchDataset-class

Crunch Datasets
ordering

Get and set VariableOrder
variable-to-R

Convert Variables to local R objects
VariableOrder-extract

Extract and update in VariableOrder and VariableGroup
expressions

Construct Crunch Expressions
describe

Name, alias, and description for Crunch objects
logout

Kill the active Crunch session
crunch

Crunch.io: instant, visual, collaborative data analysis
newDatasetFromFile

Upload a file to Crunch to make a new dataset
urls,ShojiCatalog-method

Get the URLs contained in a Catalog or Order object
describe-catalog

Get and set names, aliases on Catalog-type objects
makeArray

Make a Categorical Array or Multiple Response variable
na-omit-categories

Omit missing categories
is-na-categories

is.na for Categories
variable-extract

"Subset" a Variable
grouped

Get un(grouped) VariableGroups
appendDataset

Append one Crunch dataset to another
login

Authenticate with the Crunch API
toVariable

Generic method for converting objects to Crunch representations
crunch-summary

Summary methods for Crunch Variables
findVariables

Search a Dataset or list of Variables
VariableCatalog-class

Collection of Variables within a Dataset
prepareBindInputs

Internal function to gather variable URLs for binding
cube-methods

Methods on Cube objects
loadDataset

Load a Crunch Dataset
self

Get the URL of this object
listDatasets

Show the names of all Crunch datasets
hiddenVariables

Show the names of hidden variables within the dataset
dichotomize

Indicate how categories represent a dichotomized value
cloneDataset

Clone a dataset
show-crunch

Show methods for Crunch objects
is.dataset

Is it?
hide

Hide and Unhide Variables
category-extract

Access Category fields directly
cube-computing

Work with CrunchCubes
describe-category

Category attributes
variable-update

Updating variables with expressions or values
newDatasetByCSV

Upload a data.frame to Crunch to make a new dataset
newDataset

Upload a data.frame to Crunch to make a new dataset
weight

Dataset weights
index

Get the body of a Catalog
table

Table function for Crunch objects
type

Change the type of Crunch variables
unbind

Split an array or multiple-response variable into its CategoricalVariables
var-categories

Get and set Categories on Variables
ShojiObject-class

Mix-in class for multiple inheritance of variables and datasets.
tuple-methods

Methods for IndexTuples
updateDatasetList

Refresh the local list of Crunch datasets
crunch-uni

Univariate statistics on Crunch objects
subvars-extract

Extract and modify subsets of subvariables
session_store

Stay authenticated.