omeka_endpoint: Get or set the Omeka API endpoint

Description Usage Arguments Value Examples

View source: R/omeka_endpoint.R

Description

Pass a URL to this function to set the Omeka API endpoint for the rest of your script. Call this function without an argument to get the currently set endpoint.

Usage

1
omeka_endpoint(endpoint = NULL)

Arguments

endpoint

The URL of the Omeka API endpoint you are using

Value

The URL of the Omeka endpoint

Examples

1
2
omeka_endpoint("http://20.rrchnm.org/api")
omeka_endpoint()

lmullen/omekaR documentation built on May 21, 2019, 7:36 a.m.