Skip to contents

Get the columns names of a table

Usage

get_col_names(table_name = character(), i18n = character())

Arguments

table_name

Name of the table (character)

i18n

Translator object from shiny.i18n library

Examples

get_col_names(table_name = "datasets", i18n = i18n)
#> Error in get_col_names(table_name = "datasets", i18n = i18n): could not find function "get_col_names"