We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compute_parse_data_nested()
1 parent 5bfd6db commit 8544a3cCopy full SHA for 8544a3c
R/nest.R
@@ -6,6 +6,13 @@
6
#' @return A nested parse table. See [tokenize()] for details on the columns
7
#' of the parse table.
8
#' @importFrom purrr when
9
+#' @examples
10
+#' code <- "
11
+#' ab <- 1L # some comment
12
+#' abcdef <- 2L
13
+#' "
14
+#' writeLines(code)
15
+#' compute_parse_data_nested(code)
16
#' @export
17
compute_parse_data_nested <- function(text,
18
transformers = tidyverse_style(),
0 commit comments