write_FemFit: Output an FemFit dataset

Description Usage Arguments Details See Also Examples

View source: R/write_FemFit.r

Description

A wrapper function which calls write.csv for an "FemFit" object.

Usage

1

Arguments

x

An "FemFit" object.

...

Arguments passed to write.csv.

Details

Note that write.csv is a wrapper function to write.table. Hence, write.csv does not allow the end-user to set the append, col.names, sep, dec, and qmethod arguments.

See Also

write.csv

Examples

1
2
3
4
5
# Load in the FemFit dataset
session488 = read.FemFit("./Datasets_AukRepeat/2c2cc798481d05da_488_csv.zip")

# Export the FemFit dataset from R into a CSV file
write_FemFit(session488, "./Export_AukRepeat/session488.csv")

TheGreatGospel/IVPSA documentation built on May 19, 2019, 1:47 a.m.