Parse one column from a table in a .pzfx file

read_col(col, strike_action = "exclude", format = "", col_name = "")

Arguments

col

A list converted from the XML that corresponds to one 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.

format

A character string reflecting the "XFormat" or "YFormat" attribute of a .pzfx table.

col_name

A character string for default base column name. Will be disregarded if column has title.

Value

a data frame with parsed column data..

Examples

# NOT RUN {
read_col(col_list)
# }