Package 'connectoModa'

Title: Download Data from Moda
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.
Authors: Idrissa DABO [aut, cre]
Maintainer: Idrissa DABO <[email protected]>
License: MIT + file LICENSE
Version: 1.0.0
Built: 2025-02-22 03:23:53 UTC
Source: https://github.com/cran/connectoModa

Help Index


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")