From 37e1e629c641ba7781e8eae4f67e338b7c313b89 Mon Sep 17 00:00:00 2001 From: khusmann Date: Sat, 2 Mar 2024 01:38:14 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20khusmann?= =?UTF-8?q?/interlacer@8f0297285b321dc18443c6c51aa8302d9dc1b94d=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/interlacer.html | 3 +-- pkgdown.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/articles/interlacer.html b/articles/interlacer.html index 50baed5..3207eb5 100644 --- a/articles/interlacer.html +++ b/articles/interlacer.html @@ -85,8 +85,7 @@

In many datasets, reasons for missing values are interlaced with data as special values or codes. For example, consider the following CSV:

-interlacer_example("colors.csv") |>
-  read_file() |>
+read_file(interlacer_example("colors.csv")) |>
   cat()
 #> person_id,age,favorite_color
 #> 1,20,BLUE
diff --git a/pkgdown.yml b/pkgdown.yml
index f31eca4..11b12a2 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -6,7 +6,7 @@ articles:
   interlacer: interlacer.html
   mutations: mutations.html
   recipes: recipes.html
-last_built: 2024-03-02T01:35Z
+last_built: 2024-03-02T01:37Z
 urls:
   reference: http://kylehusmann.com/interlacer/reference
   article: http://kylehusmann.com/interlacer/articles