get_all_items: Get all Omeka items

Description Usage Arguments Value

View source: R/get_all_items.R

Description

Get all the Omeka items in a site. This function tries to get all the items responsibly by waiting between requests, but be careful with this function. You may irritate the site owner, get your IP address blocked, or have your API key revoked.

Usage

1
get_all_items(wait = 10)

Arguments

wait

The number of seconds to wait between requests. No matter what value you pass the function, it will wait at least 10 seconds between requests.

Value

A list of Omeka items


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