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.
1 parent 4905fc5 commit c914c35Copy full SHA for c914c35
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