dm icon indicating copy to clipboard operation
dm copied to clipboard

Working with relational data models in R

Results 239 dm issues
Sort by recently updated
recently updated
newest added

Would it be possible to disconnect and later reconnect a dm object to/from a remote database? I'd like to pass a disconnected dm object into a function, have it open...

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action.

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action.

``` dm_squash_to_tbl()` was deprecated in dm 1.0.0. Please use `recursive = TRUE` in `dm_flatten_to_tbl()` instead. ``` should be: `.recursive = TRUE`

bug

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action.

Fix #1064 TODOs - [ ] I find the logo a bit small so made a cynkratemplate PR https://github.com/cynkra/cynkratemplate/pull/21 - [ ] If I get write access to cynkratemplate I...

needs https://github.com/cynkra/dm/issues/1146

we need it (at least) for `dm_paste()` and future `dm_deconstruct()`. Might just work with using a list individual code blocks and write a function for adding the assignment. see: https://github.com/cynkra/dm/pull/1095#pullrequestreview-1009875299...

the challenge of working with multiple tables would definitely benefit of such a feature. should be possible to preview a table in the source (cf. #1359) as well as the...

the app then could provide a list of the tables present in the source, which can be added to a dm. - [ ] add middleware for dm(); naming the...