Other packages > Find by keyword >

dm  

Relational Data Models
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("dm", "1.0.11")



Attach the package and use:
library("dm")
Maintained by
Kirill Müller
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-03-12
Latest Update: 2023-07-21
Description:
Provides tools for working with multiple related tables, stored as data frames or in a relational database. Multiple tables (data and metadata) are stored in a compound object, which can then be manipulated with a pipe-friendly syntax.
How to cite:
Kirill Müller (2020). dm: Relational Data Models. R package version 1.0.11, https://cran.r-project.org/web/packages/dm. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.1.1 (2020-03-12 18:30), 0.1.2 (2020-05-04 13:20), 0.1.3 (2020-05-25 07:00), 0.1.4 (2020-06-07 18:10), 0.1.5 (2020-07-03 19:10), 0.1.6 (2020-07-30 02:20), 0.1.7 (2020-09-02 08:50), 0.1.9 (2020-11-18 21:50), 0.1.10 (2021-01-07 17:10), 0.1.12 (2021-02-15 15:20), 0.1.13 (2021-04-26 00:20), 0.2.0 (2021-05-03 16:00), 0.2.1 (2021-05-11 10:32), 0.2.2 (2021-06-14 00:00), 0.2.3 (2021-06-20 21:10), 0.2.4 (2021-09-30 07:30), 0.2.5 (2021-10-15 22:30), 0.2.6 (2021-11-21 16:40), 0.2.7 (2022-02-03 10:00), 0.2.8 (2022-04-08 15:22), 0.3.0 (2022-07-06 17:50), 1.0.0 (2022-07-21 20:00), 1.0.1 (2022-08-06 10:00), 1.0.2 (2022-09-20 09:46), 1.0.3 (2022-10-12 17:42), 1.0.4 (2023-02-11 20:30), 1.0.5 (2023-03-16 18:10), 1.0.6 (2023-07-21 15:30), 1.0.7 (2023-10-24 10:10), 1.0.8 (2023-11-02 15:30), 1.0.9 (2024-01-08 13:00), 1.0.10 (2024-01-21 17:32)
Other packages that cited dm R package
View dm citation profile
Other R packages that dm depends, imports, suggests or enhances
Complete documentation for dm
Functions, R codes and Examples using the dm R package
Some associated functions: check_key . check_set_equality . check_subset . copy_dm_to . db_schema_create . db_schema_drop . db_schema_exists . db_schema_list . decompose_table . deprecated . dm-package . dm . dm_add_fk . dm_add_pk . dm_add_uk . dm_deconstruct . dm_disambiguate_cols . dm_draw . dm_enum_fk_candidates . dm_enum_pk_candidates . dm_examine_cardinalities . dm_examine_constraints . dm_filter . dm_financial . dm_flatten_to_tbl . dm_from_con . dm_from_src . dm_get_all_fks . dm_get_all_pks . dm_get_all_uks . dm_get_con . dm_get_pk . dm_get_tables . dm_gui . dm_has_fk . dm_has_pk . dm_mutate_tbl . dm_nest_tbl . dm_nrow . dm_nycflights13 . dm_pack_tbl . dm_paste . dm_pixarfilms . dm_ptype . dm_rename . dm_rm_fk . dm_rm_pk . dm_rm_uk . dm_select . dm_select_tbl . dm_set_colors . dm_set_table_description . dm_sql . dm_unnest_tbl . dm_unpack_tbl . dm_unwrap_tbl . dm_validate . dm_wrap_tbl . dm_zoom_to . dplyr_join . dplyr_src . dplyr_table_manipulation . examine_cardinality . glimpse.dm . json_nest . json_nest_join . json_pack . json_pack_join . json_unnest . json_unpack . materialize . pack_join . pull_tbl . reexports . reunite_parent_child . rows-dm . tidyr_table_manipulation . utils_table_manipulation . 
Some associated R codes: aaa-dbplyr.R . aaa-dplyr.R . add-tbl.R . bind.R . build_copy_queries.R . cache.R . check-cardinalities.R . code-generation.R . colors.R . data-model-helpers.R . datamodelr-code.R . db-helpers.R . db-interface.R . deconstruct.R . deprecated.R . descriptions.R . disambiguate.R . disentangle.R . dm-package.R . dm.R . dm_deconstruct.R . dm_from_con.R . dm_get_con.R . dm_get_tables.R . dm_gui.R . dm_nest_tbl.R . dm_sql.R . dm_unnest_tbl.R . dm_wrap.R . dplyr-src.R . dplyr.R . draw-dm.R . enum_ops.R . enumerate_all_paths.R . error-helpers.R . examine-cardinalities.R . examine-constraints.R . filter-dm.R . filter-helpers.R . financial-db-con.R . financial.R . flatten.R . foreign-keys.R . format.R . globals.R . graph.R . gui-check.R . gui-dm.R . gui-dmSVG.R . gui-dm_to_svg.R . gui-expect_mw_cg_snapshot.R . gui-gui_global.R . gui-gui_run.R . gui-gui_server.R . gui-gui_ui.R . gui-mw_cg.R . gui-mw_cg_enum_dm_add_fk.R . gui-mw_cg_make_dm_add_fk.R . gui-mw_cg_make_dm_add_pk.R . gui-mw_cg_make_dm_disentangle.R . gui-mw_cg_make_dm_rename.R . gui-mw_cg_make_dm_rm_fk.R . gui-mw_cg_make_dm_select.R . gui-mw_cg_make_dm_select_tbl.R . gui-mw_cg_make_dm_set_colors.R . gui-ops_stack.R . gui-shiny_input.R . gui-zzz.R . json_nest.R . json_nest_join.R . json_pack.R . json_pack_join.R . json_unnest.R . json_unpack.R . key-helpers.R . keys.R . learn.R . mariadb.R . meta.R . mssql.R . nest.R . new_ticker.R . nycflights13.R . pack_join.R . paste.R . pixarfilms.R . pkgdown.R . postgres.R . primary-keys.R . ptype.R . reexport.R . rows-dm.R . schema.R . select-tbl.R . select.R . standalone-check_suggested.R . strict.R . table-surgery.R . test-dm.R . testthat-wrappers.R . tidyr.R . tidyselect.R . unique-keys.R . unjson_nested.R . unnest.R . upgrade.R . utils.R . validate.R . waldo.R . zoom.R . zzx-deprecated.R . zzz.R .  Full dm 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

Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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