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 26 Jun. 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), 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

infotheo  
Information-Theoretic Measures
Implements various measures of information theory based on several entropy estimators. ...
Download / Learn more Package Citations See dependency  
colormap  
Color Palettes using Colormaps Node Module
Allows to generate colors from palettes defined in the colormap module of 'Node.js'. (see ...
Download / Learn more Package Citations See dependency  
tactile  
New and Extended Plots, Methods, and Panel Functions for 'lattice'
Extensions to 'lattice', providing new high-level functions, methods for existing functions, panel f ...
Download / Learn more Package Citations See dependency  
poptrend  
Estimate Smooth and Linear Trends from Population Count Survey Data
Functions to estimate and plot smooth or linear population trends, or population indices, from anim ...
Download / Learn more Package Citations See dependency  
ggblanket  
Simplify 'ggplot2' Visualisation
Simplify 'ggplot2' visualisation with 'ggblanket' wrapper functions. ...
Download / Learn more Package Citations See dependency  
PoisBinOrdNor  
Data Generation with Poisson, Binary, Ordinal and Normal Components
Generation of multiple count, binary, ordinal and normal variables simultaneously given the marginal ...
Download / Learn more Package Citations See dependency  

27,535

R Packages

236,180

Dependencies

73,223

Author Associations

27,536

Publication Badges

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