MESSAGES: Print messages from parsed dictionary files

Description Usage Arguments Author(s) Examples

Description

This is a simple convenience/utility function to print a nicely formatted message that might be stored in the output of a dictionary file parsed using dct.parser.

Usage

1

Arguments

x

The object that contains the message.

Author(s)

Ananda Mahto

Examples

1
2
3
4
5
6
7
8
9
## Read an example dictionary file
data(sampleDctData)
## Write the data to a dictionary file
currentdir <- getwd()
setwd(tempdir())
writeLines(sipp84fp_dct, "sipp84fp.dct")
sipp84_R_dict <- dct.parser("sipp84fp.dct")
MESSAGES(sipp84_R_dict)
#'setwd(currentdir)

mrdwab/StataDCTutils documentation built on May 23, 2019, 7:15 a.m.