projects.listR Documentation

project.list

Description

projects.list wrapps groups.list method by setting group_class attribute to "project".

Usage

arv$projects.list(filters = NULL,
	where = NULL, order = NULL, distinct = NULL,
	limit = "100", offset = "0", count = "exact",
	include_trash = NULL, uuid = NULL, recursive = NULL)

Arguments

filters
where
order
distinct
limit
offset
count
include_trash

Include items whose is_trashed attribute is true.

uuid
recursive

Include contents from child groups recursively.

Value

Group object.