urls: Get the URLs contained in a Catalog or Order object

urls,ShojiCatalog-methodR 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


crunch documentation built on Aug. 31, 2023, 1:07 a.m.