R/read_subcol.R
read_subcol.Rd
Parse one sub-column from a column of a table in a .pzfx file
read_subcol(subcol, strike_action = "exclude")
subcol | A list converted from the XML that corresponds to one sub-column in a .pzfx file. |
---|---|
strike_action | One of c("exclude", "keep", "star") or c("e", "k", "s"). Should stricken values in the original .pzfx be excluded, kept or labeled with a trailing "*". If a trailing "*" is added, the column will be of type character. |
a vector of values in the sub-column
# NOT RUN { read_subcol(subcol) # }