show_indexing_status: Show the indexing status of a set of PIDs

View source: R/util.R

show_indexing_statusR Documentation

Show the indexing status of a set of PIDs

Description

Show the indexing status of a set of PIDs.

Usage

show_indexing_status(mn, pids)

Arguments

mn

(MNode) The Member Node to query.

pids

(character/list) One or more PIDs.

Value

NULL

Examples

## Not run: 
# Create a package then check its indexing status
library(dataone)
mn <- MNode(...)
pkg <- create_dummy_package(mn)
show_indexing_status(mn, pkg)

## End(Not run)

NCEAS/arcticdatautils documentation built on July 13, 2024, 11:02 a.m.