Publications by Guillaume Pressiat
stringfix : new R package for string manipulation in a %>% way
I usually write around here in french and mainly report on French Hospitals data managment and the statistical tasks they imply. As today’s post is about a new package I have created, I’ll be writing in english. The package is called stringfix because it uses infix operators to manipulate character strings. This post is an actualisation on D...
2762 sym R (1731 sym/9 pcs)
stringfix : adding transcoder shiny app
Adding quotes to a character list Transcoder : Shiny app to tranpose lists to columns (and reciprocally) and formatting tricks Often I have to take a character list or column and put it in a vector, which means before I have to add quotes. It takes times. For me and my colleagues I have created the transcoder shiny app. The main goal is to facil...
1454 sym R (82 sym/2 pcs) 6 img
stringfix : adding transcoder shiny app
Adding quotes to a character list Transcoder : Shiny app to tranpose lists to columns (and reciprocally) and formatting tricks Often I have to take a character list or column and put it in a vector, which means before I have to add quotes. It takes times. For me and my colleagues I have created the transcoder shiny app. The main goal is to facil...
1454 sym R (82 sym/2 pcs) 6 img
reciproceed : recipe, proceed, reciprocally
use R, YAML and bookdown to automate generation of procedure books Context: How to do this thing that only your colleague does when he’s not here? I recently put on github a project that contains a little framework to list procedures in a structured way that can be shared with all your colleagues or buddies. You may know situations where someo...
1983 sym
reciproceed : recipe, proceed, reciprocally
use R, YAML and bookdown to automate generation of procedure books Context: How to do this thing that only your colleague does when he’s not here? I recently put on github a project that contains a little framework to list procedures in a structured way that can be shared with all your colleagues or buddies. You may know situations where someo...
1983 sym
Strength of a Lennon song exposed with R function glue::glue
love_verse <- function(w1, w2, w3){ glue::glue( "Love is {b}, {b} is love Love is {y}, {y} love Love is {u} to be loved", b = w1, y = w2, u = w3) } As a return, parameters sometimes gives echoes of poetry. love_verse('real', 'feeling', 'wanting') Love is real, real is love Love is feeling, feeling love Love is wanting to be loved lov...
623 sym R (1092 sym/11 pcs) 2 img
Strength of a Lennon song exposed with R function glue::glue
This post is an actualisation with addendum below. love_verse <- function(w1, w2, w3){ glue::glue( "Love is {b}, {b} is love Love is {y}, {y} love Love is {u} to be loved", b = w1, y = w2, u = w3) } As a return, parameters sometimes give echoes of poetry. love_verse('real', 'feeling', 'wanting') Love is real, real is love Love is fee...
1060 sym R (1674 sym/12 pcs) 2 img
Under Pi : gganimate test around quadrature of the circle
An updated look on squaring the circle using gganimate and R code. It gives a geometric and visual construction, a good and practical representation of what Pi is. As n becomes larger, segments become smaller and smaller, Pi can then be seen as perfection and we almost intuit infinity. require(sp) require(rgeos) library(ggplot2) library(dplyr, wa...
944 sym R (1639 sym/1 pcs) 2 img
Under Pi : gganimate test around quadrature of the circle
An updated look on squaring the circle using gganimate and R code. It gives a geometric and visual construction, a good and practical representation of what Pi is. As n becomes larger, segments become smaller and smaller, Pi can then be seen as perfection and we almost intuit infinity. require(sp) require(rgeos) library(ggplot2) library(dplyr, wa...
944 sym R (1639 sym/1 pcs) 2 img
A duck. Giving a look at DuckDB since MonetDBLite was removed from CRAN
You may know that MonetDBLite was removed from CRAN. DuckDB comming up. Breaking change > install.packages('MonetDBLite') Warning in install.packages : package ‘MonetDBLite’ is not available (for R version 3.6.1) People who based their works on MonetDBLite may ask what happened, what to do. Not to play a risky game with database and tools ...
4554 sym R (8639 sym/24 pcs) 2 img