R/write_sources.R

Defines functions write_sources

Documented in write_sources

#' @rdname writing_sources
#' @param filenamePrefix,filenameSuffix Optional prefixes or suffixes to pre-
#' or append to the filenames when writing the files.
#' @export
write_sources <- function(x,
                          output,
                          filenamePrefix = "",
                          filenameSuffix = "_written",
                          encoding = rock::opts$get('encoding'),
                          silent = rock::opts$get('silent')) {

  stop("This function has not been implemented yet!");

}

Try the rock package in your browser

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

rock documentation built on Dec. 28, 2022, 1:55 a.m.