File: Write.Rd

package info (click to toggle)
r-cran-memisc 0.99.31.8.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,136 kB
  • sloc: ansic: 5,117; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\name{Write}
\alias{Write}
\alias{Write.codebook}
\alias{Write.descriptions}

\title{Write Codebooks and Variable Descriptions into a Text File}
\description{
   This is a convenience function to facilitate the creation of data set documents
   in text files.
  }
\usage{
Write(x,\dots)
\S3method{Write}{codebook}(x,file=stdout(),\dots)
\S3method{Write}{descriptions}(x,file=stdout(),\dots)
}
\arguments{
  \item{x}{a "codebook" or "descriptions" object.}
  \item{file}{ a connection, see \link{connections}.}
  \item{\dots}{ further arguments, ignored or passed on to particular methods.}
}
\keyword{misc}