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

Commit

Permalink
Rev documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard-Legoupil committed Jun 23, 2019
1 parent c037262 commit e6efb08
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
Package: koboloadeR
Type: Package
Title: Survey Data Crunching
Title: A metapackage for Survey Data Crunching
Version: 0.1.6
Authors@R: c(person("Edouard", "Legoupil", role = c("aut", "cre"), email = "[email protected]"),
person("Maher", "Daoud", role = "aut", email = "[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 19,7 @@ This package first builds on the capacity of UNHCR Kobo server @ http://kobo.unh

The package comes as a companion tool to the [Integrated Framework for Household Survey](https://unhcr.github.io/Integrated-framework-household-survey).

koboloadeR aims at helping [humanitarian data analysts](https://humanitarian-user-group.github.io/) to save time by quickly generating graphs and charts needed to discover insights from a dataset and ensure analysis __reproducibility__ through a separation of the analysis configuration and the analysis process. The package allows to account for sample weights and hierachical dataset structure (both capacities that are not available through the defaults reporting engine or the [excel-analyzer](http://support.kobotoolbox.org/articles/592387-using-the-excel-analyzer)).
koboloadeR aims at helping [humanitarian data analysts](https://humanitarian-user-group.github.io/) to save time by quickly generating graphs and charts needed to discover insights from a dataset and ensure analysis __reproducibility__ through a separation of the analysis configuration and the analysis process. The package allows to account for sample weights and hierachical dataset structure (both capacities that are not available through the default [reporting engine](http://support.kobotoolbox.org/articles/2847676-viewing-and-creating-custom-reports) or the [excel-analyzer](http://support.kobotoolbox.org/articles/592387-using-the-excel-analyzer)). This metapackage brings together a series of specialised packages in an organised data analysis workflow.

## Approach

Expand Down
8 changes: 4 additions & 4 deletions docs/articles/Getting_data.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/format_si.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vignettes/Getting_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@ The package is using only `csv` files. this is to avoid the limitations linked t



## Case 1: You have only the data but not the orginal xslform
## Case 1: You have only the data but not the original xslform

In case, you have simple dataframe, you may load your data in R and then use the function `kobo_to_xlsform()`

Expand All @@ -30,7 30,7 @@ kobo_to_xlsform(MainDataFrame)

Note that this function will expect the dataframe headers contains variable names (not labels).

The function will build an xslform file and save it under the data folder. You can then manually edit this file ofr instance to add the label for your questions.
The function will build an xslform file and save it under the data folder. You can then _manually_ edit this file for instance to add the label for your questions.



Expand Down

0 comments on commit e6efb08

Please sign in to comment.