Learn R Programming

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

crunch (version 1.14.2)

Crunch.io Data Tools

Description

The Crunch.io service 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

541

Version

1.14.2

License

LGPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Neal Richardson

Last Published

November 23rd, 2016

Functions in crunch (1.14.2)

catalog-length

Length of Catalog
dataset-owner

Change the owner of a dataset
dataset-to-R

as.data.frame method for CrunchDataset
names,BatchCatalog-method

Get and set names, aliases on Catalog-type objects
describe-category

Category attributes
expressions

Construct Crunch Expressions
filter-catalog

Filter entities for a dataset
hiddenVariables

Show the names of hidden variables within the dataset
hide

Hide and Unhide Variables
mergeFork

Merge changes to a dataset from a fork
moveToGroup

Move entities to a group
permissions

See who has access to this dataset
owners

See who owns these datasets
removeEmptyGroups

Remove OrderGroups with no entities
restoreVersion

Restore a dataset to a previously saved version
share

Share a dataset
shojifyMetadata

Wrap variable metadata inside a dataset entity
entity,CrunchProject-method

Methods for ShojiTuples
type

Change the type of Crunch variables
unbind

Split an array or multiple-response variable into its CategoricalVariables
unshare

Revoke a user's access to a dataset
variableMetadata

Get all variable metadata for a dataset
versions

Access the saved versions of a dataset
catalogToDataFrame

Utility to get a more human-readable view of a Shoji Catalog
consent

Give consent to do things that require permission
ContextManager

Context managers
addSubvariable

Add subvariable to an array
addVariables

Add multiple variables to a dataset
checkForNewVersion

See if there's a new version of the package on GitHub
cleanseBatches

Remove batches from a dataset
is.dataset

Is it?
crunch-summary

Summary methods for Crunch Variables
duplicated

"duplicated" method for Crunch objects
deleteDataset

Delete a dataset from the dataset list
embedCrunchBox

Get HTML for embedding a CrunchBox
flipArrays

Rearrange array subvariables into other configurations
forkDataset

Create a fork of a dataset
joinDatasets

Add columns from one dataset to another, joining on a key
is.editor

Read and set edit privileges
makeArray

Make a Categorical Array or Multiple Response variable
me

My user entity
serialPaste

Make a prose list
session_store

Stay authenticated.
ShojiOrder-length

Length of an Order
as.vector,CrunchExpr-method

Convert Variables to local R objects
which

"which" method for CrunchLogicalExpr
variable-update

Updating variables with expressions or values
weight

Dataset weights
delete

Delete a Crunch object from the server
ShojiOrder-slots

Manipulate VariableGroup and VariableOrder
c-categories

S3 method to concatenate Categories and Category objects
catalog-extract

Extract and modify subsets of Catalog-type objects
compareDatasets

Compare two datasets to see how they will append
combine

Combine categories or responses
CrunchDataset-class

Crunch Datasets
cube-computing

Work with CrunchCubes
cube-methods

Methods on Cube objects
dataset-extract

Subset datasets and extract variables
describe

Name, alias, and description for Crunch objects
dichotomize

Indicate how categories represent a dichotomized value
hideVariables

Hide and Unhide Variables Within a Dataset
newDatasetFromFile

Upload a file to Crunch to make a new dataset
http-methods

HTTP methods for communicating with the Crunch API
ordering

Get and set VariableOrder
copyVariable

Copy a variable
createDataset

Create an empty dataset
crunchAPI

Main Crunch API handling function
crunchBox

Make a CrunchBox
saveVersion

Create a new saved version
self

Get the URL of this object
tokenAuth

Add an auth token as a cookie manually
toVariable

Generic method for converting objects to Crunch representations
updateDatasetList

Refresh the local list of Crunch datasets
urls,ShojiCatalog-method

Get the URLs contained in a Catalog or Order object
appendDataset

Append one Crunch dataset to another
is.archived,DatasetCatalog-method

Get and set "archived" and "published" status of a dataset
Categories-class

Categories in CategoricalVariables
category-extract

Access Category fields directly
createWithMetadataAndFile

Make a dataset with metadata and a CSV
datasets

Get the dataset catalog
dedupeOrder

Remove duplicated entites from an order/group
filter-methods

View and modify Filter entity attributes
flattenOrder

Remove nesting of groups within an order/group
index

Get the body of a Catalog
is-na-categories

is.na for Categories
lock

Lock and unlock a dataset for editing
locateEntity

Find an entity in an order object
preCrunchBoxCheck

Summarize any characteristics of a dataset that could make for an awkward CrunchBox
crtabs

Crunch xtabs: Crosstab and otherwise aggregate variables in a Crunch Dataset
deleteVariables

Delete Variables Within a Dataset
getAccountUserCatalog

Find all users on your account
getTeams

Retrive all teams you're a member of
listDatasets

Show the names of all Crunch datasets
loadDataset

Load a Crunch Dataset
newDataset

Upload a data.frame to Crunch to make a new dataset
na-omit-categories

Omit missing categories
as.environment,CrunchDataset-method

as.environment method for CrunchDataset
batches

See the appended batches of this dataset
crunch-uni

Univariate statistics on Crunch objects
crunch

Crunch.io: instant, visual, collaborative data analysis
dataset-update

Update a variable or variables in a dataset
dataset-variables

Access a Dataset's Variables Catalog
deleteSubvariables

Delete subvariables from an array
dim-dataset

Dataset dimensions
exclusion

View and set exclusion filters
dropRows

Permanently delete rows from a dataset
exportDataset

Export a dataset to a file
grouped

Get un(grouped) OrderGroups
login

Authenticate with the Crunch API
logout

Kill the active Crunch session
handleAPIresponse

Do the right thing with the HTTP response
newDatasetByCSV

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

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

Base setter for Crunch objects
project-icon

A project's icon
temp.options

Set some global options temporarily
settings

View and modify dataset-level settings
tojson-crunch

toJSON methods for Crunch objects
session-extract

Extract catalogs from a Session object
ShojiObject-class

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

Get various catalogs for your Crunch session
ShojiOrder-extract

Extract and update in VariableOrder and VariableGroup
Subvariables-class

Subvariables in Array Variables
subvars-extract

Extract and modify subsets of subvariables
VariableCatalog-class

Collection of Variables within a Dataset
VariableDefinition

Construct a variable definition with (optional) additional metadata
projects

Get the project catalog
refresh

Get a fresh copy from the server
show-crunch

Show methods for Crunch objects
shojiURL

Get a resource URL from a Shoji Object
members<-,CrunchTeam,MemberCatalog-method

Teams
table

Table function for Crunch objects
var-categories

Get and set Categories on Variables
[,CrunchExpr,CrunchLogicalExpr,ANY-method

"Subset" a Variable
with-context-manager

Context manager's "with" method