Skip to contents

Define column types for data reading

Usage

define_col(
  ins = c("sf", "lf", "bsid"),
  adm = c("fixed", "adaptive", "tan", "pak", "ban"),
  date_format = "",
  datetime_format = ""
)

Arguments

ins

Character, the instrument

adm

Character, fixed or adaptive

date_format

Specification how to read the date field

datetime_format

Specification how to read the datetime field