Learn R Programming

EDIutils (version 1.0.3)

list_working_on: List working on

Description

List working on

Usage

list_working_on(as = "data.frame", env = "production")

Value

(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.

Arguments

as

(character) Format of the returned object. Can be: "data.frame" or "xml".

env

(character) Repository environment. Can be: "production", "staging", or "development".

Examples

Run this code
if (FALSE) {

list_working_on()
}

Run the code above in your browser using DataLab