Description Usage Arguments Author(s) Examples
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
.
1 | MESSAGES(x)
|
x |
The object that contains the message. |
Ananda Mahto
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.