R/utils-connections.R

Defines functions textfile

textfile <- function(description, open = "wt") {
  file(description, open = open, encoding = "native.enc")
}

Try the renv package in your browser

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

renv documentation built on May 29, 2024, 9:21 a.m.