Posts sorted by date
Kill all R sessions
Monday, October 21, 2024
One R session to rule them all
Building my blog from scratch
Tuesday, October 8, 2024
A Journey from Hugo to Clojure
Emacs as IDE for R
Sunday, February 11, 2024
Emacs is the perfect IDE for R
My first Golem app
Friday, September 29, 2023
Description
Object Oriented Programming in R: S3
Wednesday, September 13, 2023
Part of making maps of any region in the world with R using ggplot2 and maps packages: Object Oriented Programming
Adding a website next to your Shiny server
Thursday, September 7, 2023
Add a website next to your Shiny server using Nginx
Programming with ggplot2
Wednesday, April 19, 2023
Part III of making maps of any region in the world with R using ggplot2 and maps packages: how to make functions for graphics in R
Webscrap and iteration in R
Friday, March 24, 2023
Part of how to make maps of any region in the world using ggplot2 and maps libraries
Reference: Dockerizing shinny apps
Saturday, February 11, 2023
A reference to a couple of good sources explaining how to dockerize a shiny app
Deploy your own Shiny app server with debian
Sunday, January 22, 2023
Deploy your own Shiny apps in a Debian-based server
Using Emacs for R
Thursday, December 29, 2022
Emacs is an easy to use text editor that, combined with ESS can make a powerful IDE for working with R
Getting coordinates for maps in R via API
Friday, November 4, 2022
Part II of making maps of any region in the world with R using ggplot2 and maps packages
Efficiency comparison of dplyr and tidyr functions vs base R
Thursday, October 20, 2022
Monte carlo simulations to compare time efficiency of a function created with dplyr and tidyr vs base R
Basic map of a country with R
Saturday, October 8, 2022
Part I of making maps of any region in the world with R using ggplot2 and maps packages
Minitutorial: make_logical any string
Sunday, September 18, 2022
First minitutorial: A function that makes any string into logical
My first shiny app
Monday, December 20, 2021
Shiny app to make dynamic maps
R function to fill in merged cells
Sunday, December 5, 2021
For loops and if statements to create a useful function
Functions in R
Tuesday, November 30, 2021
Basic description of functions in R