Skip to content

Commit

Permalink
add other-approaches vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Mar 4, 2024
1 parent 618b44a commit 74b83de
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ articles:
- mutations
- column-types
- recipes
- other-approaches
12 changes: 12 additions & 0 deletions inst/extdata/colors_coded.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
person_id,age,favorite_color
1,20,1
2,-98,1
3,21,-98
4,30,-97
5,1,-99
6,41,2
7,50,-97
8,30,3
9,-98,-98
10,-97,2
11,10,-98
27 changes: 27 additions & 0 deletions vignettes/other-approaches.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Other Approaches"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Other Approaches}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
library(interlacer)
```



## Negative numeric codes

## String types in numeric fields

## Labelled missing values

## "Tagged" missing values

0 comments on commit 74b83de

Please sign in to comment.