Package 'graveler'

Title: Builds standardized, modular shiny dashboard with a UNHCR style
Description: Wrapper for {golem} that automates dashboard file generation.
Authors: Alan carlson [aut, cre], Edouard Legoupil [aut, ctb]
Maintainer: Edouard Legoupil <[email protected]>
License: MIT + file LICENSE
Version: 0.75.2
Built: 2024-06-28 03:32:57 UTC
Source: https://github.com/Edouard-Legoupil/graveler

Help Index


Launch a small graveler example for protection monitoring dashboard

Description

An illustration of graveler applied to a humanitarian protection monitoring dashboard

Usage

example_protection()

Examples

if (interactive()) {

 example_protection()

}

Launch a small graveler example for response tracking dashboard

Description

An illustration of graveler applied to a humanitarian response tracking dashboard

Usage

example_response()

Examples

if (interactive()) {

 example_response()

}

Golem dashboard backend

Description

Creates golem directory and header from template info

Usage

graveler_dashboard(path, ...)

Arguments

path

path to file

...

other parameters


Graveler Module

Description

Creates module of the specified name

Usage

level_up(name, pkg = get_graveler_wd(), open = TRUE, dir_create = TRUE)

Arguments

name

name

pkg

package name

open

boolean

dir_create

boolean