Skip to contents

Get the value of a column when it's only one input is allowed.

Usage

find_column_input(
  spec = NULL,
  col = NULL,
  type = c("character", "double", "integer")
)

Arguments

spec

Specifications data as a data.frame

col

Column name in the database table

type

Type of object as output ie. double, integer or character. Default is character.

See also

Other input-argument functions: find_column_multi()