View source: R/read-sss-metadata.R
| readSSSmetadata | R Documentation | 
This function reads a .sss XML metadata file. The .sss standard defines a standard survey structure
readSSSmetadata(x, SSSfilename)
x | 
 Name of .sss file containing the survey metadata  | 
SSSfilename | 
 No longer used. Use   | 
parseSSSmetadata(), read.sss(), readSSSdata()
Other read functions: 
read.sss(),
readSSSdata()
sampleRoot <- system.file("sampledata", package = "sss")
filenameSSS <- file.path(sampleRoot, "sample-1.sss")
filenameASC <- file.path(sampleRoot, "sample-1.asc")
readSSSdata(filenameSSS)
readSSSmetadata(filenameSSS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.