View source: R/star_database.R
| get_dimension_table | R Documentation |
Get the table for the dimension indicated by its name.
get_dimension_table(db, name)
## S3 method for class 'star_database'
get_dimension_table(db, name = NULL)
db |
A |
name |
A string, dimension name. |
A tibble, dimension table.
star_schema, flat_table
Other star database definition functions:
get_dimension_names(),
get_fact_names(),
get_role_playing_dimension_names(),
get_table_names(),
group_dimension_instances(),
role_playing_dimension(),
star_database()
table <- star_database(mrs_cause_schema, ft_num) |>
get_dimension_table("where")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.