monday_column_values: Get column values

Description Usage Arguments Examples

View source: R/monday_column_values.R

Description

Get column values for Monday.com items

Usage

1
2
3
4
5
6
7
8
monday_column_values(
  item_id = NULL,
  board_id = NULL,
  column_id = NULL,
  column_title = NULL,
  column_type = NULL,
  raw = FALSE
)

Arguments

item_id

The id of a Monday.com item (optional)

board_id

The id of a Monday.com board (optional)

column_id

The id of a Monday.com board column (optional)

column_title

The title of a Monday.com board column (optional)

column_type

The type of a Monday.com board column (optional)

raw

Wether or not to return raw or structured data (defaults to FALSE)

Examples

1
monday_column_values(item_id = 123, board_id = 1234, column_title="Status")

lynuhs/MondayR documentation built on Feb. 22, 2021, 10:20 a.m.