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 16 Jul. 2026.
Previous versions and publish date:
(2026-07-09 08:23), 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), 0.8.2 (2025-02-21 14:10)
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

stevedata  
Steve's Toy Data for Teaching About a Variety of Methodological, Social, and Political Topics
This is a collection of various kinds of data with broad uses for teaching. My students, and academ ...
Download / Learn more Package Citations See dependency  
bbdetection  
Identification of Bull and Bear States of the Market
Implements two algorithms of detecting Bull and Bear markets in stock prices: the algorithm of Pagan ...
Download / Learn more Package Citations See dependency  
Rnmr1D  
Perform the Complete Processing of a Set of Proton Nuclear Magnetic Resonance Spectra
Perform the complete processing of a set of proton nuclear magnetic resonance spectra from the free ...
Download / Learn more Package Citations See dependency  
tibble  
Simple Data Frames
Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the tradi ...
Download / Learn more Package Citations See dependency  
schoolmath  
Functions and Datasets for Math Used in School
Contains functions and datasets for math taught in school. A main focus is set to prime-calculation. ...
Download / Learn more Package Citations See dependency  
wordnet  
WordNet Interface
An interface to WordNet using the Jawbone Java API to WordNet. WordNet (< ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

239,283

Dependencies

73,837

Author Associations

27,807

Publication Badges

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