
Package index
-
read_interlaced_delim()read_interlaced_csv()read_interlaced_csv2()read_interlaced_tsv()interlaced_vroom() - Read an delimited file with interlaced missing reasons into a tibble
-
write_interlaced_delim()write_interlaced_csv()write_interlaced_csv2()write_interlaced_excel_csv()write_interlaced_excel_csv2()write_interlaced_tsv() - Interlace a deinterlaced data frame and write it to a file
-
parse_interlaced() - Parse a
charactervector into aninterlacedvector type
-
interlacer_example() - Get a path to one of interlacer's example data sets
-
x_cols()x_cols_only() - Construct an extended column specification
-
x_spec() - Examine the extended column specification for a data frame
-
x_col() - Construct an extended collector for an extended column specification
-
v_col_guess()v_col_cfactor()v_col_character()v_col_date()v_col_datetime()v_col_double()v_col_factor()v_col_integer()v_col_big_integer()v_col_logical()v_col_number()v_col_skip()v_col_time() - Value collectors
-
na_col_default()na_col_none()na_col_integer()na_col_factor()na_col_cfactor() - Missing reason collectors
-
interlaced()as.interlaced()is.interlaced() - Construct an
interlacedvector
-
na() - Interpret a value as a missing reason
-
value_channel()na_channel() - Access the channels of an
interlacedvector
-
flatten_channels() - Flatten a
interlacedvector
-
map_value_channel()map_na_channel() - Apply a function to one of the channels of an
interlacedvector
-
levels(<interlacer_interlaced>)na_levels() - Factor level attributes of
interlacedvectors
Tidy helpers for interlaced types
Wrappers for tidyselect selectors and dplyr verbs that target value or missing reason channels
-
across_value_channels()across_na_channels() - Apply a function across the value or missing reason channels of multiple columns
-
where_value_channel()where_na_channel() - Select variables with a function applied on value or missing reason channels
-
cfactor()cordered()is.cfactor()is.cordered() - Coded factors
-
as.cfactor()as.cordered() cfactorcoercion
-
codes()levels(<interlacer_cfactor>) cfactorattributes
-
as.codes() - Convert a
cfactorvector into a vector of its codes