Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

memisc (version 0.99.13.2)

Write: Write Codebooks and Variable Descriptions into a Text File

Description

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

Usage

Write(x,…)
  # S3 method for codebook
Write(x,file=stdout(),…)
  # S3 method for 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.