write_rdata_to_file: Write R data to file.

View source: R/file_helper.R

write_rdata_to_fileR Documentation

Write R data to file.

Description

Writes R data objects to file.

Usage

write_rdata_to_file(
  data = NULL,
  outfile = NULL,
  outdir = NULL,
  prefix = NULL,
  suffix = NULL
)

Arguments

data

list of objects to save.

outfile

the name of the output file.

outdir

the name of the output directory (defaults to current directory).

prefix

a prefix to be added to the file name.

suffix

a suffix to be added to the file name (before file extension).

Value

The class of file.


cancerit/RCRISPR documentation built on April 26, 2023, 10:12 p.m.