default_endpoint: Retrieve the default sparql endpoint from configuration

View source: R/pmd.r

default_endpointR Documentation

Retrieve the default sparql endpoint from configuration

Description

Retrieve the default sparql endpoint from configuration

Usage

default_endpoint()

Value

returns the value of ldf.default_endpoint option, defaulting to https://staging.gss-data.org.uk/sparql

Examples

## Not run: 
default_endpoint() # returns default

options(ldf.default_endpoint="https://beta.gss-data.org.uk/sparql")
default_endpoint()

## End(Not run)

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