save.sampleDataset: Write sample dataset to tsv, RDS or excel files with S3...

View source: R/S3Method.R

save.sampleDatasetR Documentation

Write sample dataset to tsv, RDS or excel files with S3 method save.

Description

Write sample dataset to tsv, RDS or excel files with S3 method save.

Usage

## S3 method for class 'sampleDataset'
save(object, RDS = NULL, tsv = NULL, xls = NULL)

Arguments

object

sample dataset

RDS

path and output name of RDS file

tsv

path and output name of tsv file

xls

path and output name of excel file


xiaolicbs/samplyzer documentation built on Sept. 4, 2023, 9:23 p.m.