Improve Collections create and move methods and update documentation
[arvados.git] / sdk / R / man / projects.list.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{projects.list}
4 \alias{projects.list}
5 \title{project.list}
6 \usage{
7 arv$projects.list(filters = NULL,
8         where = NULL, order = NULL, distinct = NULL,
9         limit = "100", offset = "0", count = "exact",
10         include_trash = NULL, uuid = NULL, recursive = NULL)
11 }
12 \arguments{
13 \item{filters}{}
14
15 \item{where}{}
16
17 \item{order}{}
18
19 \item{distinct}{}
20
21 \item{limit}{}
22
23 \item{offset}{}
24
25 \item{count}{}
26
27 \item{include_trash}{Include items whose is_trashed attribute is true.}
28
29 \item{uuid}{}
30
31 \item{recursive}{Include contents from child groups recursively.}
32 }
33 \value{
34 Group object.
35 }
36 \description{
37 projects.list wrapps groups.list method by setting group_class attribute to "project".
38 }