Get the URLs contained in a Catalog or Order object
Sometimes it is useful to extract flattened vector of URLs from more complex objects for purposes like subsetting or doing set comparisons.
## 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)
x |
a Catalog, Order, or Group object |
A character vector of URLs
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.