Skip to contents

Every project in a workspace, with the version, size and conflict state the server reports. Nothing is downloaded.

Usage

rfp_mergin_list(workspace = NULL)

Arguments

workspace

Character. Mergin workspace (namespace). NULL (default) resolves the one this account owns - see rfp_mergin_workspaces().

Value

Tibble with columns project (namespace/name), version, size (bytes), updated (POSIXct, UTC), permissions (the granted ones, e.g. "delete,update,upload") and has_conflict.

Details

size is bytes rather than a formatted string, because the point of this function is deciding what is worth fetching.

Examples

if (FALSE) { # \dontrun{
rfp_mergin_list()
rfp_mergin_list("newgraph")
} # }