Construct an extended collector for an extended column specification
Source:R/collectors-x.R
x_col.Rd
Extended collectors are used in x_cols()
column specifications to indicate
which value and missing reason channel types should be used when loading
data with read_interlaced_*()
.
Usage
x_col(value_collector, na_collector = na_col_default())
See also
Other collectors:
na_collectors
,
value_collectors