
Last chance! 50% off unlimited learning
Sale ends in
This function reads an `.asc`` data file.
readSSSdata(x, ascFilename)
Name of .asc file containing the survey metadata
No longer used. Use x
instead.
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)
Run the code above in your browser using DataLab