write.srs: Write an srs data object as a plain-text file

Description Usage Arguments Details Author(s) See Also Examples

Description

Write an srs data object as a plain-text file.

Usage

1

Arguments

srs

An srs object, e.g. as read by read.srs.

con

A filename or a connection. If missing, the output is written to the screen.

Details

Writes a file in a plain-text format that can be read by read.srs.

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

See Also

read.srs, summary.srs

Examples

1
2
3
4
  
library(srs)
data(srs)
write.srs(srs, "~/grades.dat")     

dankelley/srs documentation built on May 14, 2019, 6:04 p.m.