R/utils-connections.R

Defines functions textfile

textfile <- function(description, open = "wt") {
  file(description, open = open, encoding = "native.enc")
}
wnattt/renv documentation built on Dec. 23, 2021, 5:19 p.m.