mycsv.mytable.df: Export to csv file for class "mytable.df"

View source: R/mycsv.R

mycsv.mytable.dfR Documentation

Export to csv file for class "mytable.df"

Description

Export to csv file for class "mytable.df"

Usage

## S3 method for class 'mytable.df'
mycsv(x, row.names = FALSE, ...)

Arguments

x

An object of class "mytable.df" a result of a call to mytable

row.names

either a logical value indicating whether the row names of x are to be written along with x, or a character vector of row names to be written.

...

further arguments passed to or from other methods.

Examples

## Not run: 
require(moonBook)
res=mytable(acs)
mycsv(res,file="test.csv")

## End(Not run)

cardiomoon/moonBook documentation built on Jan. 3, 2024, 8:15 p.m.