import_gesis_file: Import a GESIS file

Description Usage Arguments Examples

Description

Import a GESIS file

Usage

1
2
3
import_gesis_file(filename = "ZA6694_v1-1-0.sav", follow_suggestions = TRUE,
  see_log = TRUE, create_log = TRUE, my_treshold = futile.logger::WARN,
  log_prefix = NA, log_id = NA)

Arguments

filename

Temporarily defaults to "ZA6694_v1-1-0.sav"

follow_suggestions

Will execute

see_log

TRUE which will print messages to the screen.

create_log

It will create log files in the sr_logs director.

my_treshold

Can be WARN, INFO, ERROR.

log_prefix

Defaults to NA, in which case a new one will be assigned to the logs (if they are requested.) The log_prefix can be directly assigned.

log_id

Defaults to NA, in which case a new one will be assigned to the logs (if they are requested.) The log_prefix can be directly assigned.

Examples

1
2
3
4
5
6
7
## Not run: 
import_gesis_file( follow_suggestions = FALSE,
                   see_log = TRUE,
                   create_log = TRUE,
                   my_treshold = INFO)

## End(Not run)

antaldaniel/surveyreader documentation built on May 16, 2019, 2:29 a.m.