View source: R/mkDDI.metadata.R
mkDDI.metadata | R Documentation |
Make a DDI meta data file from reserch informations
mkDDI.metadata(title, data.file.name, ddi.file.name, var.ID, var.name,
var.qstnLit, var.catgry.catValu, var.catgry.labl)
title |
single text object of the research title |
data.file.name |
single text object of a data file name (including path information) |
ddi.file.name |
single text object of a ddi file name (including path information) |
var.ID |
list of variable IDs |
var.name |
list of variable names |
var.qstnLit |
list of questions |
var.catgry.catValu |
list of categorical values (NA for non-categorical variables) |
var.catgry.labl |
list of labels for categorical values (NA for non-categorical variables) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.