load_scopes: Scope Management

View source: R/scope_management.R

load_scopesR Documentation

Scope Management

Description

Determine scopes from a file.

Usage

load_scopes(
  file = system.file("scopes.yml", package = "slackteams"),
  which = "base"
)

Arguments

file

character; a path to a yaml file with scopes defined.

which

character; the group of scopes to use within that yaml.

Value

A character vector of scopes.


yonicd/slackteams documentation built on March 13, 2023, 6:26 a.m.