Skip to content

Commit 5dd869e

Browse files
committed
add note about parse(text = NULL)
1 parent aa9bfc3 commit 5dd869e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/utilities.r

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,10 @@ is_column_vec <- function(x) {
433433

434434
#' Parse a vector of expressions without silently dropping any items.
435435
#'
436+
#' Note that `parse(text = NULL)` does not work and should be avoided.
437+
#'
436438
#' For more discussion, see #2864
439+
#'
437440
#' @keywords internal
438441
#' @examples
439442
#' length(parse(text = c("alpha", "", "gamma")))

0 commit comments

Comments
 (0)