Description Usage Arguments Examples
Returns XML for generic dimensions Creates XML that will be
used in Mondrian schema. Generic dimensions are currently
all columns where dimension is TRUE
in
final_design
and column is not of class
date.
1 2 | get_generic_dimension_xml(engine, final_design, table, time_table = NA,
primary_key, debug = FALSE)
|
engine |
Data engine. See function
|
final_design |
Final schema design. See function
|
table |
Table for which connection file should be created (used to generate name). |
time_table |
Time table. See function
|
primary_key |
Primary key of |
debug |
Print additional information useful for debugging. |
1 2 3 | final_design <- get_final_design('R',
get_default_design('R',get_table_design('R','german_credit'),primary_key='id'))
get_generic_dimension_xml('R',final_design, 'german_credit',primary_key='id')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.