Skip to content

Commit

Permalink
update missing reasons to code font
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Feb 29, 2024
1 parent b4defaf commit ea81fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ea81fe5

Please sign in to comment.