Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ordering

Get and set VariableOrder


Description

The ordering methods allow you to get and set a VariableOrder on a CrunchDataset or on the VariableCatalog that the dataset contains.

Usage

ordering(x)

ordering(x) <- value

## S4 method for signature 'CrunchDataset'
ordering(x)

## S4 replacement method for signature 'CrunchDataset'
ordering(x) <- value

## S4 method for signature 'VariableCatalog'
ordering(x)

## S4 replacement method for signature 'VariableCatalog'
ordering(x) <- value

## S4 method for signature 'DatasetCatalog'
ordering(x)

## S4 method for signature 'ProjectFolder'
ordering(x)

## S4 replacement method for signature 'DatasetCatalog'
ordering(x) <- value

## S4 replacement method for signature 'ProjectFolder'
ordering(x) <- value

Arguments

x

a VariableCatalog or CrunchDataset

value

a valid VariableOrder object

Value

ordering returns a VariableOrder object, while ordering<- sets the VariableOrder


crunch

Crunch.io Data Tools

v1.28.0
LGPL (>= 3)
Authors
Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Mike Malecki [aut], Neal Richardson [aut], Gordon Shotwell [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.