urls,ShojiCatalog-method | R Documentation |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.