Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion names.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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:
rlang papers over this problem by providing `names2()` which always returns a character vector:

```{r}
rlang::names2(x)
Expand Down
Loading