Method documentation now shows headline properly.
[arvados.git] / sdk / R / man / projects.create.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{projects.create}
4 \alias{projects.create}
5 \title{project.create}
6 \usage{
7 arv$projects.create(group, ensure_unique_name = "false")
8 }
9 \arguments{
10 \item{group}{Group object.}
11
12 \item{ensure_unique_name}{Adjust name to ensure uniqueness instead of returning an error on (owner_uuid, name) collision.}
13 }
14 \value{
15 Group object.
16 }
17 \description{
18 projects.create wrapps groups.create method by setting group_class attribute to "project".
19 }