Add_Language: Add language

Add_LanguageR Documentation

Add language

Description

This allows you to add a language (or multiple languages) to one or a whole batch of surveys

Usage

Add_Language(Surveys)

Arguments

Surveys

data.table specifying the sid(s) where the languages should be added, and the respective language that should be added. Remember, one row for each language. Language Codes

Examples

## Not run: 
Add_Language(Surveys = data.table(sid = c(123456, 123654), language = c("fr", "it"))

## End(Not run)


bpresentati/surveyR documentation built on March 19, 2022, 3:40 a.m.