find_column_input: Columns with Single Input

View source: R/utils-column.R

find_column_inputR Documentation

Columns with Single Input

Description

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()


helseprofil/orgdata documentation built on Feb. 3, 2025, 4:55 p.m.