Skip to content

Commit f02b7c3

Browse files
committed
Adapt documentation
1 parent bb943fc commit f02b7c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/enframe.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' For a list, the result will be a nested tibble with a column of type `list`.
77
#' For unnamed vectors, the natural sequence is used as name column.
88
#'
9-
#' @param x An atomic vector (for `enframe()`) or a data frame with one or two columns
9+
#' @param x A vector (for `enframe()`) or a data frame with one or two columns
1010
#' (for `deframe()`).
1111
#' @param name,value Names of the columns that store the names and values.
1212
#' If `name` is `NULL`, a one-column tibble is returned; `value` cannot be `NULL`.

man/enframe.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)