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.
2 parents e1cdd59 + c914c35 commit 5dc35e4Copy full SHA for 5dc35e4
R/nested-to-tree.R
@@ -7,7 +7,7 @@
7
#' @importFrom purrr when
8
#' @keywords internal
9
create_tree <- function(text, structure_only = FALSE) {
10
- compute_parse_data_nested(text) %>%
+ compute_parse_data_nested(text, transformers = NULL) %>%
11
pre_visit(c(default_style_guide_attributes)) %>%
12
create_tree_from_pd_with_default_style_attributes(structure_only)
13
}
0 commit comments