inst/tools/utils.R

### ** lines2str
lines2str <-
function(txt, sep = "")
    trimws(gsub("\n", sep, paste(txt, collapse = sep),
                fixed = TRUE, useBytes = TRUE))

Try the urlchecker package in your browser

Any scripts or data that you put into this service are public.

urlchecker documentation built on Dec. 11, 2021, 9:39 a.m.