projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16141: Fixes Collection type on Go SDK. Adjusts test.
[arvados.git]
/
sdk
/
R
/
man
/
containers.get.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/Arvados.R
3
\name{containers.get}
4
\alias{containers.get}
5
\title{containers.get}
6
\usage{
7
arv$containers.get(uuid)
8
}
9
\arguments{
10
\item{uuid}{The UUID of the Container in question.}
11
}
12
\value{
13
Container object.
14
}
15
\description{
16
containers.get is a method defined in Arvados class.
17
}