show_indexing_status | R Documentation |
Show the indexing status of a set of PIDs.
show_indexing_status(mn, pids)
mn |
(MNode) The Member Node to query. |
pids |
(character/list) One or more PIDs. |
NULL
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.