Skip to contents

Make Ruleset

Usage

make_ruleset(projectId = NULL, name = NULL, description = NULL)

Arguments

projectId

the id of the project the ruleset should belong to.

name

the name of the project.

description

describe the project.

Value

The rulesetId and projectId of the ruleset as a list.

Examples

if (FALSE) { # \dontrun{
make_ruleset(1,"Name of project","Example description")
} # }