col_hasType: Column is of specific type

Description Usage Arguments

View source: R/validation-functions-column.R

Description

Column is of specific type

Usage

1
2
3
4
5
col_hasType(
  data,
  column,
  type = c("Date", "numeric", "integer", "logical", "character", "factor")
)

Arguments

data

dataframe

column

column name

type

text name of the type - see col_type


EvgenyPetrovsky/deeque documentation built on Jan. 23, 2020, 3:38 a.m.