Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

urls

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

Crunch.io Data Tools

v1.28.0
LGPL (>= 3)
Authors
Greg Freedman Ellis [aut, cre], Jonathan Keane [aut], Mike Malecki [aut], Neal Richardson [aut], Gordon Shotwell [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.