kobo_histo_indiv: Generate histograme for individual integer questions

Description Usage Arguments Value Author(s) Examples

Description

Automatically generate histogrammes for each of the integer questions in the dataset. ggplot2 is used.

Usage

1
kobo_histo_indiv(data, question, dicofile = "dico.csv")

Arguments

data

Dataframe containing data to analyse

question

Question to be treated by the function. It should be the "name" of the questions as in the dictionnary or XLSform. The question has to be a decimal or integer question in the dictionary.

dicofile

Name of the file containing the dictionnary. "dico.csv" is used by default.

Value

Returns a list containing four elements:

Author(s)

Edouard Legoupil, Elliott Messeiller

Examples

1
2
3
4
5
kobo_histo_indiv()
## Not run: 
kobo_histo_indiv()

## End(Not run)

ElliottMess/koboloadeRlight documentation built on June 20, 2019, 2:24 p.m.