datasetReference {crunch} | R Documentation |
Get a Crunch object's dataset URL
Description
Get a Crunch object's dataset URL
Usage
datasetReference(x)
## S4 method for signature 'CrunchDataset'
datasetReference(x)
## S4 method for signature 'CrunchVariable'
datasetReference(x)
## S4 method for signature 'CrunchExpr'
datasetReference(x)
## S4 method for signature 'ShojiObject'
datasetReference(x)
## S4 method for signature 'character'
datasetReference(x)
## S4 method for signature 'ANY'
datasetReference(x)
Arguments
x |
a Crunch object |
Value
The URL of the dataset which contains that object
[Package crunch version 1.31.0 Index]