urls,ShojiCatalog-method {crunch} | R Documentation |
Get the URLs contained in a Catalog or Order object
Description
Sometimes it is useful to extract flattened vector of URLs from more complex objects for purposes like subsetting or doing set comparisons.
Usage
## S4 method for signature 'ShojiCatalog'
urls(x)
## S4 method for signature 'list'
urls(x)
## S4 method for signature 'character'
urls(x)
## S4 method for signature 'ShojiOrder'
urls(x)
## S4 method for signature 'OrderGroup'
urls(x)
## S4 method for signature 'CrunchVariable'
urls(x)
## S4 method for signature 'CrunchDataset'
urls(x)
Arguments
x |
a Catalog, Order, or Group object |
Value
A character vector of URLs
[Package crunch version 1.31.0 Index]