Create a list of column definitions
Source:R/sp_column_definition.R
create_column_definition_list.Rd
create_column_definition_list()
is a vectorized version of
create_column_definition()
that uses a list or data frame input to create
a list of column definitions. This list can be used as the fields
argument
for create_sp_list()
.
Arguments
- definitions
A list or data frame with arguments to use in creation of column definitions.
- col_type
Column type to use if not provided as a "type" column in the input definitions data frame. Allowed values include date and datetime, person, group, and personorgroup. Not case sensitive.
- ignore_na
If
TRUE
, drop any parameters with aNA
value.