list_working_on {EDIutils} | R Documentation |
List working on
list_working_on(as = "data.frame", env = "production")
as |
(character) Format of the returned object. Can be: "data.frame" or "xml". |
env |
(character) Repository environment. Can be: "production", "staging", or "development". |
(data.frame or xml_document) The set of data packages the EDI repository is currently working on inserting or updating. Note that data packages currently being evaluated by the EDI repository are not included in the list.
## Not run:
list_working_on()
## End(Not run)