add_custom_column       Add custom column
as_GeoPackage           Save as 'GeoPackage'
as_csv_files            Generate csv files with fact and dimension
                        tables
as_dm_class             Generate a 'dm' class with fact and dimension
                        tables
as_geolayer             Get a 'geolayer' object
as_multistar            Generate a 'geomultistar::multistar' object
as_rdb                  Generate tables in a relational database
as_single_tibble_list   Generate a list of tibbles of flat tables
as_star_database        Get a star database from a flat table
as_tibble_list          Generate a list of tibbles with fact and
                        dimension tables
as_xlsx_file            Generate a xlsx file with fact and dimension
                        tables
cancel_deployment       Cancel deployment
check_geoattribute_geometry
                        Check a 'geoattribute' geometry instances.
check_lookup_table      Check the result of joining a flat table with a
                        lookup table
constellation           Create constellation
coordinates_to_point    Transform coordinates to point geometry
define_dimension        Define dimension in a 'star_schema' object.
define_facts            Define facts in a 'star_schema' object.
define_geoattribute     Define 'geoattribute' of a dimension
deploy                  Deploy a star database in a relational database
dimension_schema        'dimension_schema' S3 class
draw_tables             Draw tables
fact_schema             'fact_schema' S3 class
filter_dimension        Filter dimension
flat_table              'flat_table' S3 class
ft                      Mortality Reporting System
ft_age                  Mortality Reporting System by Age Group
ft_age_rpd              Mortality Reporting System by Age
ft_cause_rpd            Mortality Reporting System by Cause
ft_num                  Mortality Reporting System with numerical
                        measures
get_attribute_names.flat_table
                        Get the names of the attributes
get_deployment_names    Get the names of the facts of a star database
get_dimension_names     Get the names of the dimensions of a star
                        database
get_dimension_table     Get dimension table
get_existing_fact_instances
                        Get existing fact instances
get_fact_names          Get the names of the facts of a star database
get_geoattribute_geometries
                        Get geoattribute geometries
get_geoattributes       Get geoattributes
get_layer               Get geographic information layer
get_layer_geometry      Get layer geometry
get_lookup_tables       Get lookup tables
get_measure_names.flat_table
                        Get the names of the measures
get_new_dimension_instances
                        Get new dimension instances
get_pk_attribute_names
                        Get the names of the primary key attributes of
                        a flat table
get_point_geometry      Get point geometry
get_role_playing_dimension_names
                        Get the names of the role playing dimensions
get_similar_attribute_values.flat_table
                        Get similar attribute values combination
get_similar_attribute_values_individually.flat_table
                        Get similar values for individual attributes
get_star_database       Get star database
get_star_schema         Get star schema
get_table               Get the table of the flat table
get_table_names         Get the names of the tables of a star database
get_transformation_code
                        Get transformation function code
get_transformation_file
                        Get transformation function file
get_unique_attribute_values.flat_table
                        Get unique attribute values
get_unknown_value_defined
                        Get the unknown value defined
get_unknown_values      Get unknown attribute values
get_variable_description
                        Get variable description
get_variables           Get the variables layer
group_dimension_instances
                        Group instances of a dimension
incremental_refresh     Refresh a star database in a constellation
join_lookup_table       Join a flat table with a lookup table
load_star_database      Load star_database (from a RDS file)
lookup_table            Transform a flat table into a look up table
mrs_age_schema          Star schema for Mortality Reporting System by
                        Age
mrs_age_schema_rpd      Star schema for Mortality Reporting System by
                        Age with additional dates
mrs_cause_schema        Star schema for Mortality Reporting System by
                        Cause
mrs_cause_schema_rpd    Star schema for Mortality Reporting System by
                        Cause with additional dates
mrs_db                  Constellation generated from MRS file
mrs_db_geo              Constellation generated from MRS file through a
                        query and with geographic information
mrs_ft                  Flat table generated from MRS file
mrs_ft_new              Flat table generated from MRS file
multiple_value_key      Multiple value key
read_flat_table_file    Import flat table file
read_flat_table_folder
                        Import all flat table files in a folder
remove_instances_without_measures
                        Remove instances without measures
replace_attribute_values.flat_table
                        Replace instance values
replace_empty_values    Replace empty values with the unknown value
replace_string          Replace strings
replace_unknown_values
                        Replace unknown values with the given value
role_playing_dimension
                        Define a role playing dimension and its
                        associated dimensions
run_query               Run query
select_attributes       Select attributes of a flat table
select_dimension        Select dimension
select_fact             Select fact
select_instances        Select instances of a flat table by value
select_instances_by_comparison
                        Select instances of a flat table by comparison
select_measures         Select measures of a flat table
separate_measures       Separate measures in flat tables
set_attribute_names.flat_table
                        Rename attributes
set_layer               Set geographic layer
set_measure_names.flat_table
                        Rename measures
set_variables           Set variables layer
snake_case.flat_table   Transform names according to the snake case
                        style
star_database           'star_database' S3 class
star_query              'star_query' S3 class
star_schema             'star_schema' S3 class
summarize_layer         Summarize geometry of a layer
transform_attribute_format
                        Transform attribute format
transform_from_values   Transform attribute values into measure names
transform_to_attribute
                        Transform to attribute
transform_to_measure    Transform to measure
transform_to_values     Transform measure names into attribute values
update_according_to     Update a flat table according to another
                        structure
us_census_state         Census of US States, by sex and age
us_layer_state          Geographic layer of US States
