Skip to contents

List recent uploads

Usage

list_recent_uploads(type, limit = 5, as = "data.frame", env = "production")

Arguments

type

(character) Upload type. Can be: "insert" or "update".

limit

(numeric) Maximum number of results to return

as

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

env

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

Value

(data.frame or xml_document) Data package uploads

Examples

if (FALSE) {

# Get the 3 newest revisions
dataPackageUploads <- list_recent_uploads("update", 3)
}