Improve Collections create and move methods and update documentation
[arvados.git] / sdk / R / man / logs.list.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{logs.list}
4 \alias{logs.list}
5 \title{logs.list}
6 \usage{
7 arv$logs.list(filters = NULL, where = NULL,
8         order = NULL, select = NULL, distinct = NULL,
9         limit = "100", offset = "0", count = "exact")
10 }
11 \arguments{
12 \item{filters}{}
13
14 \item{where}{}
15
16 \item{order}{}
17
18 \item{select}{}
19
20 \item{distinct}{}
21
22 \item{limit}{}
23
24 \item{offset}{}
25
26 \item{count}{}
27 }
28 \value{
29 LogList object.
30 }
31 \description{
32 logs.list is a method defined in Arvados class.
33 }