From ea81fe588bc9bdc888ceadbf7f239ec8fbc23ef3 Mon Sep 17 00:00:00 2001 From: Kyle Husmann Date: Thu, 29 Feb 2024 15:37:06 -0800 Subject: [PATCH] update missing reasons to code font --- README.Rmd | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index 29c723b..7cd7e82 100644 --- a/README.Rmd +++ b/README.Rmd @@ -69,8 +69,8 @@ functions, which extend the `readr::read_*()` family of functions: * `read_interlaced_delim()` The following example loads a sample file bundled with interlacer that -interlaces values with three possible missing reasons: "REFUSED", "OMITTED", and -"N/A". +interlaces values with three possible missing reasons: `REFUSED`, `OMITTED`, and +`N/A`. ```{r} (ex <- read_interlaced_csv( diff --git a/README.md b/README.md index 7c6864b..7c9f069 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ family of functions: - `read_interlaced_delim()` The following example loads a sample file bundled with interlacer that -interlaces values with three possible missing reasons: “REFUSED”, -“OMITTED”, and “N/A”. +interlaces values with three possible missing reasons: `REFUSED`, +`OMITTED`, and `N/A`. ``` r (ex <- read_interlaced_csv(