Title: | Download Data from Moda |
Version: | 1.0.0 |
Description: | Connect to WFP's Moda platform to R, download data, and obtain the list of individuals with access to the project along with their access level. |
License: | MIT + file LICENSE |
Encoding: | UTF-8 |
RoxygenNote: | 7.2.3 |
Imports: | httr, jsonlite, readr |
NeedsCompilation: | no |
Packaged: | 2024-02-24 16:43:33 UTC; USER MSI |
Author: | Idrissa DABO [aut, cre] |
Maintainer: | Idrissa DABO <ididabo@gmail.com> |
Repository: | CRAN |
Date/Publication: | 2024-02-26 19:10:02 UTC |
get_data_moda
Description
This function allows users to download data from Moda
Usage
get_data_moda(form_id, Token)
Arguments
form_id |
ID of users |
Token |
Token of users |
Value
dataframe
Examples
## Not run: get_data_moda(56597, "9096b0028c4e68aa7a97122b889f3afe923b367b")
get_user_moda
Description
This function gives the list of users
Usage
get_user_moda(form_id, Token)
Arguments
form_id |
ID of users |
Token |
Token of users |
Value
dataframe
Examples
## Not run: get_user_moda(56597, "9096b0028c4e68aa7a97122b889f3afe923b367b")