Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 20, 2023
1 parent 676d2f6 commit 143cba1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/get_source_expressions.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@
#' * `filename` (`character`) the name of the file.
#' * `line` (`integer`) the line in the file where this expression begins.
#' * `column` (`integer`) the column in the file where this expression begins.
#' * `lines` (named `character`) vector of all lines spanned by this expression, named with the corresponding line numbers.
#' * `lines` (named `character`) vector of all lines spanned by this expression,
#' named with the corresponding line numbers.
#' * `parsed_content` (`data.frame`) as given by [utils::getParseData()] for this expression.
#' * `xml_parsed_content` (`xml_document`) the XML parse tree of this expression as given by [xmlparsedata::xml_parse_data()].
#' * `xml_parsed_content` (`xml_document`) the XML parse tree of this expression
#' as given by [xmlparsedata::xml_parse_data()].
#' * `content` (`character`) the same as `lines` as a single string (not split across lines).
#' * `xml_find_function_calls(function_names, keep_names, land_on)` (`function`) a function for quickly
#' accessing cached function calls in the XML tree. There are three parameters:
Expand Down

0 comments on commit 143cba1

Please sign in to comment.