From be5ae756984c0cb8647946846c146a6d2a748d90 Mon Sep 17 00:00:00 2001 From: Rob Wiederstein Date: Mon, 9 Mar 2026 14:36:44 -0400 Subject: [PATCH] Add pipeline output to README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d81ab2b..be4318b 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,20 @@ powershell_example/ └── 08_format.R ← round to 2 decimals → formatted/ ``` +## Output + +``` +# A tibble: 6 × 4 + month value_usd population income_per_person + +1 jan 45360000 22600000 2.01 +2 feb 42660000 22600000 1.89 +3 mar 47736000 22650000 2.11 +4 apr 45144000 22650000 1.99 +5 may 46548000 22700000 2.05 +6 jun 43848000 22700000 1.93 +``` + ## A note on what to commit This repo commits everything for illustration purposes. In a real project you