Albert Rapp
Blog
Resources
DataViz Portfolio
YARDS
Probability Companion (German)
R Weekly
R Bloggers
Archive
Series: Web Development for R
WebDev4R: Understanding Quarto Notation
The Quarto syntax can be confusing. Until you realize that it just mimics HTML & CSS.
Apr 11, 2024
4 min
WebDev4R: CSS Grid
There are two major systems in CSS for aligning things. These are
flexbox
and
grid
. Both of them are really useful to know. In this blog post, I’ll show you how
grid
works.
Apr 4, 2024
11 min
WebDev4R: Flexbox
There’s two major systems in CSS for aligning things. These are
flexbox
and
grid
. Both of them are really useful to know. In this blog post, I’ll show you how
flexbox
works.
Mar 21, 2024
17 min
WebDev4R: CSS Selection
We cannot always rely on writing the CSS code from scratch. Sometimes, we need to select elements from the existing source code and apply styles to them. I’ll show you how to do this with CSS selection.
Mar 14, 2024
12 min
WebDev4R: Using HTML & CSS with {htmltools}
Getting Started with CSS is really easy. All you need is a set of CSS keywords and a basic understanding of how to use them. I’ll show you how to get started.
Mar 7, 2024
30 min
WebDev4R: The Ultimate Guide To Get Data Through APIs With {httr2} and R
The {httr2} package is an incredible package that gives you an excellent workflow to get data via Web APIs.
Mar 3, 2024
23 min
WebDev4R: Meet the Web Inspector
Your web browsers inspect tool is a phenomenal way to look behind the curtains of your favorite websites and see what HTML & CSS is. I’ll show you how to navigate this tool.
Feb 29, 2024
8 min
WebDev4R: Introducing WebDev for R Series
I’m creating a new WebDev for R series. This is the first post of the series and I explain goals and intentions.
Feb 28, 2024
2 min
WebDev4R: Creating a weather app
We create what looks like a weather app with
{htmltools}
Feb 18, 2024
52 min
No matching items