From 22a5b60e58f499ad1c129be00f6cb7f8b7b5c7a6 Mon Sep 17 00:00:00 2001 From: Kyle Husmann Date: Thu, 29 Feb 2024 20:23:49 -0800 Subject: [PATCH] string operations -> comparisons --- README.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index 6e01e63..4dc3d5f 100644 --- a/README.Rmd +++ b/README.Rmd @@ -23,7 +23,7 @@ special values *interlaced* with the regular values in a column (e.g. `N/A`, `REFUSED`, `-99`, etc.). Unfortunately, the missing reasons are lost when these values are all converted into a single `NA` type. Working with missing reasons has traditionally required loading all variables as -character vectors and doing a bunch of string operations and type conversions +character vectors and doing a bunch of string comparisons and type conversions to make sense of them. Interlacer was created based on the insight that values and missing reasons