Quickly returns all column ids, titles, and types for a board. Optionally includes one non-empty sample text per column from the first N items.

get_monday_board_ids(board_id, add_sample = FALSE, sample_limit = 10)

Arguments

board_id

Board id (character recommended to avoid large-int issues).

add_sample

Logical; if TRUE, add a sample_text column found from the first sample_limit items. Default FALSE.

sample_limit

Integer; number of items to scan for non-empty sample text when add_sample=TRUE. Default 10.

Value

A tibble with columns id, title, type, and (optionally) sample_text.