Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Fixing kobo_dico & app_koboloadeR.R #38

Closed
wants to merge 14 commits into from
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Maintainer: Edouard Legoupil <legoupil@unhcr.org>
Description: This package facilitates the data crunching & exploration for dataset collected using xlsform.
License: GPL-3
LazyData: TRUE
Encoding: UTF-8
Depends:
utils,
data.table (>= 1.9.4),
Expand Down
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,20 @@ export(kobo_arrange_variablename)
export(kobo_atlas_report)
export(kobo_bar_multi)
export(kobo_bar_multi_facet)
export(kobo_bar_multi_indiv)
export(kobo_bar_multi_print)
export(kobo_bar_one)
export(kobo_bar_one_facet)
export(kobo_bar_one_facet_print)
export(kobo_bar_one_indiv)
export(kobo_bar_one_print)
export(kobo_boxplot_facet)
export(kobo_clean)
export(kobo_cluster_report)
export(kobo_consolidateone)
export(kobo_correlation)
export(kobo_corrplot)
export(kobo_crunching)
export(kobo_data_downloader)
export(kobo_datasets)
export(kobo_datasets2)
Expand All @@ -29,6 +32,7 @@ export(kobo_form)
export(kobo_forminfo)
export(kobo_get_begin_repeat)
export(kobo_histo)
export(kobo_histo_indiv)
export(kobo_histo_print)
export(kobo_indicator)
export(kobo_label)
Expand Down
Loading