From 584476b132584ab59b22e61dd94afe10a86a5d33 Mon Sep 17 00:00:00 2001 From: "R. Mark Sharp" Date: Sat, 12 Apr 2025 12:10:36 -0500 Subject: [PATCH] Update names.qmd Sentence does not make sense to me. --- names.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/names.qmd b/names.qmd index 5bad085..bccb10b 100755 --- a/names.qmd +++ b/names.qmd @@ -65,6 +65,7 @@ names(x) This means that the names of `x` are sometimes a character vector the same length of `x`, and sometimes `NULL`. rlang papers of this problem by providing `names2()` which always returns a character vector: + ```{r} rlang::names2(x)