diff --git a/man/parse_all.Rd b/man/parse_all.Rd index 26eee69..44c3dc4 100644 --- a/man/parse_all.Rd +++ b/man/parse_all.Rd @@ -17,7 +17,9 @@ If a connection, will be opened and closed only if it was closed initially.} \value{ A data frame with columns \code{src}, a character vector of source code, and \code{expr}, a list-column of parsed expressions. There will be one row for each -top-level expression in \code{x}. A top-level expression is a complete expression +top-level expression in \code{x}. + +A top-level expression is a complete expression which would trigger execution if typed at the console. The \code{expression} object in \code{expr} can be of any length: it will be 0 if the top-level expression contains only whitespace and/or comments; 1 if the top-level