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.7.6")



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: 2023-07-06
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.7.6, https://cran.r-project.org/web/packages/ReDaMoR. Accessed 02 Feb. 2025.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

cptcity  
'cpt-city' Colour Gradients
Incorporates colour gradients from the 'cpt-city' web archive available at ...
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  
mbmixture  
Microbiome Mixture Analysis
Evaluate whether a microbiome sample is a mixture of two samples, by fitting a model for the number ...
Download / Learn more Package Citations See dependency  
cleandata  
To Inspect and Manipulate Data; and to Keep Track of This Process
Functions to work with data frames to prepare data for further analysis. The functions for imputati ...
Download / Learn more Package Citations See dependency  
bndovb  
Bounding Omitted Variable Bias Using Auxiliary Data
Functions to implement a Hwang(2021) estimator, which bounds an omitted v ...
Download / Learn more Package Citations See dependency  
listcompr  
List Comprehension for R
Syntactic shortcuts for creating synthetic lists, vectors, data frames, and matrices using list com ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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