add_logit_tables_xml_generate_levels | R Documentation |
This is basically a combination of add_xml_data_generate_levels
and
add_logit_tables_xml
check the documentation for each to understand
the individual behaviors.
add_logit_tables_xml_generate_levels(
dot,
data,
header,
old_tag,
new_tag,
num_levels,
rename_final,
column_name = old_tag,
column_order_lookup = header,
base_logit_header = header
)
dot |
The current state of the pipeline started from |
data |
The tibble of data to add to the conversion |
header |
The base header tag to can be looked up in the header file to
convert |
old_tag |
The XML tag which is being expanded to add more levels |
new_tag |
The XML tag which will serve as the additional levels |
num_levels |
The number of additional levels to generate |
rename_final |
Whether to rename the final |
column_name |
The base name of the column in |
column_order_lookup |
A tag that can be used to look up |
base_logit_header |
The base header tag to use for the generated logit type
tables such that |
A "data structure" to hold the various parts needed to run the model interface CSV to XML conversion.
Pralit Patel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.