Write: Write Codebooks and Variable Descriptions into a Text File

Description Usage Arguments

View source: R/AllGenerics.R

Description

This is a conventience function to facilitate the creation of data set documents in text files.

Usage

1
2
3
4
5
  Write(x,...)
  ## S3 method for class 'codebook'
Write(x,file=stdout(),...)
  ## S3 method for class 'descriptions'
Write(x,file=stdout(),...)

Arguments

x

a "codebook" or "descriptions" object.

file

a connection, see connections.

...

further arguments, ignored or passed on to particular methods.


memisc documentation built on May 2, 2019, 5:45 p.m.

Related to Write in memisc...