View source: R/gluedatabrew_operations.R
| gluedatabrew_create_project | R Documentation | 
Creates a new DataBrew project.
See https://www.paws-r-sdk.com/docs/gluedatabrew_create_project/ for full documentation.
gluedatabrew_create_project(
  DatasetName,
  Name,
  RecipeName,
  Sample = NULL,
  RoleArn,
  Tags = NULL
)
| DatasetName | [required] The name of an existing dataset to associate this project with. | 
| Name | [required] A unique name for the new project. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space. | 
| RecipeName | [required] The name of an existing recipe to associate with the project. | 
| Sample | |
| RoleArn | [required] The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed for this request. | 
| Tags | Metadata tags to apply to this project. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.