Delete_Language: Delete language

Delete_LanguageR Documentation

Delete language

Description

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

Usage

Delete_Language(Surveys)

Arguments

Surveys

data.table specifying the sid(s) where the languages should be deleted, and the respective language that should be removed Language Codes

Examples

## Not run: 
Delete_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.