list_cubes: List all DataCubes

list_cubesR Documentation

List all DataCubes

Description

Returns a data frame of cubes.

Usage

list_cubes(endpoint = default_endpoint())

Arguments

endpoint

A string for the sparql endpoint (defaults to the value of default_endpoint)

Value

A data frame

Examples

## Not run: 
# e.g. find datasets with "trade" in their label
subset(list_cubes(), grepl("trade", label, ignore.case=T))

## End(Not run)

Swirrl/linked-data-frames documentation built on Sept. 14, 2022, 6:15 p.m.