Method documentation now shows headline properly.
[arvados.git] / sdk / R / man / projects.get.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{projects.get}
4 \alias{projects.get}
5 \title{project.get}
6 \usage{
7 arv$projects.get(uuid)
8 }
9 \arguments{
10 \item{uuid}{The UUID of the Group in question.}
11 }
12 \value{
13 Group object.
14 }
15 \description{
16 projects.get is equivalent to groups.get method.
17 }