read_dhs_dataset {rdhs} | R Documentation |
read in dhs standard file types
Description
read in dhs standard file types
Usage
read_dhs_dataset(file, dataset, reformat = FALSE, all_lower = TRUE, ...)
Arguments
file |
path to zip file to be read |
dataset |
row from |
reformat |
boolean detailing if datasets should be nicely reformatted. Default = 'FALSE' |
all_lower |
Logical indicating whether all value labels should be lower case. Default to 'TRUE'. |
... |
Extra arguments to be passed to either
|
[Package rdhs version 0.8.1 Index]