View source: R/read-sss-metadata.R
readSSSdata | R Documentation |
This function reads an '.asc“ data file.
readSSSdata(x, ascFilename)
x |
Name of .asc file containing the survey metadata |
ascFilename |
No longer used. Use |
read.sss()
, readSSSmetadata()
Other read functions:
read.sss()
,
readSSSmetadata()
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.