Other packages > Find by keyword >

ReDaMoR  

Relational Data Modeler
View on CRAN: Click here


Download and install ReDaMoR package within the R console
Install from CRAN:
install.packages("ReDaMoR")

Install from Github:
library("remotes")
install_github("cran/ReDaMoR")

Install by package version:
library("remotes")
install_version("ReDaMoR", "0.8.2")



Attach the package and use:
library("ReDaMoR")
Maintained by
Patrice Godard
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-03-31
Latest Update: 2025-02-21
Description:
The aim of this package is to manipulate relational data models in R. It provides functions to create, modify and export data models in json format. It also allows importing models created with 'MySQL Workbench' (). These functions are accessible through a graphical user interface made with 'shiny'. Constraints such as types, keys, uniqueness and mandatory fields are automatically checked and corrected when editing a model. Finally, real data can be confronted to a model to check their compatibility.
How to cite:
Patrice Godard (2020). ReDaMoR: Relational Data Modeler. R package version 0.8.2, https://cran.r-project.org/web/packages/ReDaMoR. Accessed 10 Mar. 2026.
Previous versions and publish date:
0.4.2 (2020-03-31 14:50), 0.4.3 (2020-12-14 10:00), 0.5.2 (2022-01-13 12:02), 0.6.3 (2022-04-13 11:52), 0.6.5 (2022-09-05 09:40), 0.7.1 (2022-10-19 15:47), 0.7.2 (2023-07-06 02:14), 0.7.4 (2024-02-07 07:20), 0.7.6 (2024-07-07 11:50)
Other packages that cited ReDaMoR R package
View ReDaMoR citation profile
Other R packages that ReDaMoR depends, imports, suggests or enhances
Complete documentation for ReDaMoR
Functions, R codes and Examples using the ReDaMoR R package
Some associated functions: RelDataModel . RelTableModel . SUPPTYPES . add_field . add_foreign_key . add_index . add_table . as_type . auto_layout . c.RelDataModel . check_foreign_keys . check_types . clean_autosaved_RelDataModels . col_types . confront_data . confront_table_data . conv_type_ref . copy_fields . correct_constraints . df_to_model . format.RelTableModel . format_confrontation_report . format_confrontation_report_md . fromDBM . get_foreign_keys.RelDataModel . get_foreign_keys.RelTableModel . get_foreign_keys . identical_RelDataModel . identical_RelTableModel . index_table . is.MatrixModel . is.RelDataModel . is.RelTableModel . is_MM . lengths . list_autosaved_RelDataModel . list_type_ref . modelToVn . model_relational_data . norm_type_ref . order_fields . plot.RelDataModel . read_SQL_data_model . read_json_data_model . read_named_MM . read_named_MM_header . recover_RelDataModel . remove_field . remove_foreign_key . remove_index . remove_table . rename_field . rename_table . set_primary_key . set_unique_index . sub-.RelDataModel . toDBM . update_field . update_foreign_key . update_table_display . view_confrontation_report . write_json_data_model . 
Some associated R codes: PCKRESERVED.R . RelDataModel.R . RelTableModel.R . TYPEDEF.R . df_to_model.R . format_confrontation_report.R . generics.R . json_data_model.R . model_relational_data.R . named_MM.R . namespace.R . plot.RelDataModel.R . readSQLDataModel.R .  Full ReDaMoR package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  
gena  
Genetic Algorithm and Particle Swarm Optimization
Implements genetic algorithm and particle swarm algorithm for real-valued functions. Various modific ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
plyr  
Tools for Splitting, Applying and Combining Data
A set of tools that solves a common set of problems: you need to break a big problem down into mana ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA