build-package/build-functions/fix_documentation_text.R

remove_new_line <- function(text){
  text <- stringr::str_replace_all(text, "\n", " ")
  text
}
JanCaha/r_package_qgis documentation built on Oct. 1, 2024, 11:50 p.m.