Skip to contents

Thin wrappers over tg_get() with the module fixed, for code that stays within one API.

Usage

tg_parcerias(table, ...)

tg_fundo_a_fundo(table, ...)

tg_especiais(table, ...)

Arguments

table

A table name from tg_tables() for that module.

...

Passed to tg_get(): filters, and any of its .-prefixed arguments.

Value

A tibble, as tg_get() returns.

See also

Examples

if (interactive()) {
  tg_parcerias("proposta", .limit = 10)
  tg_fundo_a_fundo("programas", .limit = 10)
  tg_especiais("programas_especiais", .limit = 10)
}