Implemented collection_create, collection_delete and collection_update
[arvados.git] / sdk / R / man / collection_get.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{collection_get}
4 \alias{collection_get}
5 \title{collection_get}
6 \description{
7 Get Arvados collection
8 }
9 \section{Fields}{
10
11 \describe{
12 \item{\code{uuid}}{UUID of the given collection}
13 }}
14
15 \examples{
16 arv = Arvados("token", "host_name")
17 arv$collection_get("uuid")
18 }