Tobias Schieferdecker (@tschie_p) 's Twitter Profile
Tobias Schieferdecker

@tschie_p

ID: 1035859120035979265

calendar_today01-09-2018 11:57:14

40 Tweet

44 Followers

74 Following

cynkra.com (@cynkra_com) 's Twitter Profile Photo

Do you enjoy working with #rstats and know about Shiny, the tidyverse, and Git? Come work with us! cynkra.com/blog/2022-04-2…

cynkra.com (@cynkra_com) 's Twitter Profile Photo

Interested in #rstats {dm} but too overwhelmed to try it out? A dm object works like a list of tables: it has a length, you can access the components with $ or [[. If nothing else, it keeps your workspace clean if you work with multiple tables. github.com/cynkra/dm

Interested in #rstats {dm} but too overwhelmed to try it out?

A dm object works like a list of tables: it has a length, you can access the components with $ or [[. If nothing else, it keeps your workspace clean if you work with multiple tables.

github.com/cynkra/dm
cynkra.com (@cynkra_com) 's Twitter Profile Photo

A dm object is more than just a list of #rstats tables, it also keeps track of relationships between tables, visualized with {DiagrammeR} by Richard Iannone. Invest once in organizing your tables, with long-lasting benefits. cynkra.github.io/dm/articles/te…

A dm object is more than just a list of #rstats tables, it also keeps track of relationships between tables, visualized with {DiagrammeR} by <a href="/riannone/">Richard Iannone</a>.

Invest once in organizing your tables, with long-lasting benefits.

cynkra.github.io/dm/articles/te…
cynkra.com (@cynkra_com) 's Twitter Profile Photo

Did you know that #rstats {dm} also boasts tools that work on plain data frames and lazy tables? Checking keys is among them: run a one-line check over your data to ensure that joins/merges give valid results. cynkra.github.io/dm/articles/te…

Did you know that #rstats {dm} also boasts tools that work on plain data frames and lazy tables? Checking keys is among them: run a one-line check over your data to ensure that joins/merges give valid results.

cynkra.github.io/dm/articles/te…
cynkra.com (@cynkra_com) 's Twitter Profile Photo

Does your data live in local data frames, or in a SQL database? With #rstats {dm} you can work both locally and remote, and seamlessly move in either direction. cynkra.github.io/dm/articles/ho…

Does your data live in local data frames, or in a SQL database? With #rstats {dm} you can work both locally and remote, and seamlessly move in either direction.

cynkra.github.io/dm/articles/ho…
cynkra.com (@cynkra_com) 's Twitter Profile Photo

#rstats {dm} makes it easy to create a data model from the tables you use in your analysis, remote or local. It is easy to update the data model too! To add a table use dm_add_tbl(), to add keys use dm_add_pk() and dm_add_fk(). cynkra.github.io/dm/articles/ho… tinyurl.com/dm-add-tbl

#rstats {dm} makes it easy to create a data model from the tables you use in your analysis, remote or local.
It is easy to update the data model too!
To add a table use dm_add_tbl(), to add keys use dm_add_pk() and dm_add_fk().

cynkra.github.io/dm/articles/ho…

tinyurl.com/dm-add-tbl
cynkra.com (@cynkra_com) 's Twitter Profile Photo

#rstats {dm} allows us to manipulate a collection of related tables (called data model). dm_wrap_tbl() wraps a whole data model into a single tibble dm by nesting child tables and packing parent tables into a chosen root table! cynkra.github.io/dm/reference/d… tinyurl.com/dm-wrapping

#rstats {dm} allows us to manipulate a collection of related tables (called data model). dm_wrap_tbl() wraps a whole data model into a single tibble dm by nesting child tables and packing parent tables into a chosen root table!

cynkra.github.io/dm/reference/d…

tinyurl.com/dm-wrapping
Kirill Müller 🇺🇦 @kirill@fosstodon.org (@krlmlr) 's Twitter Profile Photo

#rstats dm 0.3.0 on CRAN now, welcome 🎉🎉🎉 our new contributors @ma_salmon and Indrajeet Patil (इंद्रजीत पाटील), thanks! This release brings better support for DuckDB and MariaDB/MySQL, and a bunch of other changes, moving towards a stable API. github.com/cynkra/dm/rele…

Kirill Müller 🇺🇦 @kirill@fosstodon.org (@krlmlr) 's Twitter Profile Photo

Analyzing data from multiple tables using #rstats? With the brand new "de-/reconstruct" feature, a dm can be turned to individual tables that *still know about their keys*. Does it work for you? cynkra.github.io/dm/dev/article… Join my talk at #rstudioconf to learn more!

Analyzing data from multiple tables using #rstats? With the brand new "de-/reconstruct" feature, a dm can be turned to individual tables that *still know about their keys*. Does it work for you?

cynkra.github.io/dm/dev/article…

Join my talk at #rstudioconf to learn more!
Antoine Fabri (@antoine_fabri) 's Twitter Profile Photo

{boomer} 0.1.1 is on CRAN! {boomer} provides debugging tools that let you inspect the intermediate results of a call. The output looks as if we explode a call into its parts hence the package name. New features detailed in linked thread. Have fun! x.com/antoine_fabri/… #rstats

{boomer} 0.1.1 is on CRAN!
{boomer} provides debugging tools that let you inspect the intermediate results of a call. The output looks as if we explode a call into its parts hence the package name.
New features detailed in linked thread.
Have fun!
x.com/antoine_fabri/…
#rstats
Matt Bunny (@whatsgoodio) 's Twitter Profile Photo

Join us + work with Patrick Schratz and me on data science infrastructure! If you 🇨🇭based + enjoy great colleagues such as Kirill Müller 🇺🇦 @[email protected] Christoph Sax Antoine Fabri Tobias Schieferdecker Angélica Becerra + a flexible environment cynkra.com apply👇 cynkra.com/blog/2023-02-2… #ansible #k8s #Terraform #devops

Dariia Mykhailyshyna (@d_mykhailyshyna) 's Twitter Profile Photo

‼️ Our next workshop will take place June 8th, 6 pm CEST, titled A toolbox for debugging and refactoring in R. Register or sponsor a student by donating to support 🇺🇦! Details: bit.ly/3wBeY4S Please share! #RStats #AcademicTwitter #EconTwitter

‼️ Our next workshop will take place June 8th, 6 pm CEST, titled  A toolbox for debugging and refactoring in R. Register or sponsor a student by donating to support 🇺🇦!    
Details: bit.ly/3wBeY4S    
Please share!   
 #RStats #AcademicTwitter #EconTwitter
Antoine Fabri (@antoine_fabri) 's Twitter Profile Photo

#rstats New {intercept} package. Intercept warnings or messages conditionally depending on the message text content, class or package. Either suppress them, make those fail, make them tell you where they come from, or call the debugger on them. github.com/moodymudskippe…

Antoine Fabri (@antoine_fabri) 's Twitter Profile Photo

#rstats {constructive} 0.2.0 is on CRAN! It is much more performant because it doesn't depend on {styler} anymore. {constructive} is basically a nicer dput(), it will help with reprexes, sample data, snapshot tests, data exploration, debugging etc. github.com/cynkra/constru…

#rstats {constructive} 0.2.0 is on CRAN!
It is much more performant because it doesn't depend on {styler} anymore.
{constructive} is basically a nicer dput(), it will help with reprexes,  sample data, snapshot tests, data exploration, debugging etc.
github.com/cynkra/constru…
useR! 2024 (@_userconf) 's Twitter Profile Photo

Maëlle is an editor of rOpenSci’s Software Peer Review process, and keynote at useR! 2024. We currently have a form open to collect questions for the conversation with Maëlle. Share your questions if you'd like to help the conversation! menti.com/alhpzc3prevy #RStats #useR2024

Maëlle is an editor of rOpenSci’s Software Peer Review process, and keynote at useR! 2024.
We currently have a form open to collect questions for the conversation with Maëlle. Share your questions if you'd like to help the conversation! menti.com/alhpzc3prevy

#RStats
 #useR2024
Dewey Dunnington (@paleolimbot) 's Twitter Profile Photo

In case you missed it, Kirill Müller 🇺🇦 @[email protected] wrote up an excellent piece on ApacheArrow Database Connectivity (ADBC), #rstats, DBI, and the future of database connectivity in R! r-dbi.org/blog/dbi-4-3/

In case you missed it, <a href="/krlmlr/">Kirill Müller 🇺🇦 @kirill@fosstodon.org</a> wrote up an excellent piece on <a href="/ApacheArrow/">ApacheArrow</a> Database Connectivity (ADBC), #rstats, DBI, and the future of database connectivity in R! r-dbi.org/blog/dbi-4-3/