Tobias Schieferdecker

Results 21 issues of Tobias Schieferdecker

I intended to check key-properties of `sf(c)`-objects making use of `rows_not_duplicated()`. The check was supposed to ignore the geometry column of the object (cf. 2nd example in reprex). It seems...

Difficulty: [2] Intermediate
Effort: [3] High
Type: ★ Enhancement
Priority: [3] High

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...

I think this is something we want to support. Related: @christophsax also suggested, we could provide a preview of a table's content in the app. This would go well with...

- [ ] add dm_rename() to ui part of gui (middleware already exists) - [ ] add dm_rename_tbl() to gui

probably not as a function in its own right(?) cf. https://github.com/cynkra/dm/issues/1076#issuecomment-1154638420 Generally: Should the gui-related issues be part of a distinct milestone?

is currently `dm_disentangle()`, even though the function is not yet exported. see #1047

closes #1048 Workflow in initial implementation: 1. check if the sets of colnames in ptype and the provided dm are equal (abort if not) 2. add colnames and column types...