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)