Articles by R on Teoten's Blog

Emacs as IDE for R

February 10, 2024 | R on Teoten's Blog

Recently I have seen many posts about which IDE for R people prefer, with minimalists list of options, usually of size 2: R Studio and VS Code. I guess that some people forget, or many don't even know about two of the most powerful text editors that have been helping developers ...
[Read more...]

My first Golem app

September 28, 2023 | R on Teoten's Blog

About A few days ago I finished reading the book Engineering Production-Grade Shiny Apps by Colin Fay, Sebastien Rochette, Vincent Guyader and Cervan Girard. It was an easy read so, I decided to move forward and create my first shiny app with golem. But before doing that I wanted to ...
[Read more...]

Object Oriented Programming in R: S3

September 12, 2023 | R on Teoten's Blog

This post is part of the series maps-app. You can also find the current state of the project under my GitHub repo mapic. Scope of this post We are creating maps of data showing changes over a span of time for different countries and pointing at all kin...
[Read more...]

Programming with ggplot2

April 18, 2023 | R on Teoten's Blog

This post is part of the series maps-app. You can also find the current state of the project under my GitHub repo mapic. Scope of this post We are creating maps of data showing changes over a span of time for different countries and pointing at all kinds of cities. ...
[Read more...]

Webscrap and iteration in R

March 23, 2023 | R on Teoten's Blog

About this post This post is part of the series maps-app. We are creating maps of data showing changes over a span of time for different countries and pointing at all kinds of cities. That basically means that we need to map any region of the world wit...
[Read more...]

Webscrap e iteraciones con R

March 23, 2023 | R on Teoten's Blog

Sobre este post Estamos creando mapas de datos que muestran los cambios durante un período de tiempo para diferentes países y orientado a todo tipo de ciudades. Esto básicamente significa que necesitamos mapear cualquier región del mundo con R. Hoy en ...
[Read more...]

Referencia: Dockerizando shinny apps

February 10, 2023 | R on Teoten's Blog

Andrew Couch tiene un video genial sobre como poner una aplicación shiny en docker. El video está en inglés, pero bien vale la pena. Va desde lo más básico, sin asumir ningún conocimiento de docker, lo cual es la situación de muchos usuarios de ... [Read more...]

Reference: Dockerizing shinny apps

February 10, 2023 | R on Teoten's Blog

Andrew Couch has a nice video about deploying a shiny app using docker. He goes from the very basics, that asume no knowledge of docker whatsoever, which is the position of many R users like myself. I’ve been working in some shiny app lately, and... [Read more...]

Using Emacs for R

December 28, 2022 | R on Teoten's Blog

Easy Emacs To start using R, or almost anything else in Emacs you basically need to know 3 things: 1) How to move in Emacs, meaning understanding what is what and learning a few key commands; 2) What is the configuration file and how to use it and 3) How to use packages to ...
[Read more...]

EDA de datos de INEGI

November 28, 2022 | R on Teoten's Blog

Introducción El análisis exploratorio de datos (EDA en inglés, “Exploratory Data Analysis”) es una de las herramientas más útiles en varias áreas de análisis de datos. El concepto de EDA ha sido utilizado popularmente en los últimos años para referirse a los procesos de ...
[Read more...]

Mapa base de un país con R

October 7, 2022 | R on Teoten's Blog

Pueden encontrar todas las publicaciones en este tema bajo las series maps-app. También pueden encontrar el estado actual del proyecto en mi GitHub repo mapic. Sobre esta entrada Cuando nos preparamos para una entrevista de trabajo, una de las pregunta...
[Read more...]

Basic map of a country with R

October 7, 2022 | R on Teoten's Blog

This post is part of the series maps-app. You can also find the current state of the project under my GitHub repo mapic (including the Spanish versions). Scope of this post When you prepare for a job interview one of the questions they always tell you ...
[Read more...]

Minitutorial: make_logical any string

September 17, 2022 | R on Teoten's Blog

Welcome to R minitutorials of R White Dwarf Since the beginning of this year I’ve been forced to abandon completely the blog for countless and rather abstract personal reasons that include personal health, family matters and changes in my daily a... [Read more...]

My first shiny app

December 19, 2021 | R on Teoten's Blog

I am happy and excited as I have just deployed my first shiny app on the web. You can find it running at shiny.rwhitedwarf.com (NOTE: I don’t have ssl certificate so, your browser might tell you that is not secure, but you can trust me that there...
[Read more...]
1 2

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)