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



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' (<https://www.mysql.com/products/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.4, https://cran.r-project.org/web/packages/ReDaMoR
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)
Other packages that cited ReDaMoR R package
View ReDaMoR citation profile
Other R packages that ReDaMoR depends, imports, suggests or enhances
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

lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  
bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  
Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
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  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns