Skip to content

Commit

Permalink
rticles
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavio Lozano Isla committed Jun 18, 2024
1 parent 5ab35e5 commit ddc5817
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/gdoc2qmd.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ gdoc2qmd <- function(file

}
} %>%
tibble::add_row(value = "\\newpage", .before = which(grepl("# statmets", .$value, ignore.case = TRUE))) %>%
tibble::add_row(value = "\\newpage", .before = which(grepl("# declarations", .$value, ignore.case = TRUE))) %>%
tibble::add_row(value = "\\newpage", .before = which(grepl("statements and declarations$", .$value, ignore.case = TRUE))) %>%
tibble::add_row(value = "\\newpage", .before = which(grepl("# abstract$", .$value, ignore.case = TRUE))) %>%
tibble::add_row(value = "\\newpage", .before = which(grepl("# introduction$", .$value, ignore.case = TRUE))) %>%
tibble::add_row(value = "\\newpage", .before = which(grepl("# materials and methods$", .$value, ignore.case = TRUE))) %>%
Expand Down

0 comments on commit ddc5817

Please sign in to comment.