runMetashark: Run MetaShARK

View source: R/app_run.R

runMetasharkR Documentation

Run MetaShARK

Description

Main function for launching the MetaShARK application.

Usage

runMetashark(...)

Arguments

...

options to pass to the application, ignored if missing or mistyped.

wip

logical. Shows WIP parts of the app. (default to FALSE)

dev

logical. Add development elements in the GUI. (default to FALSE)

reactlog

logical. Use reactlog? (default to TRUE)

use_profvis

logical. Profile the app with profvis? (default to FALSE)

use_test

logical. Lanch the app with its testing environment? (default to FALSE). Shall not be used by end-users.

Details

MetaShARK (METAdata SHiny Automated Resource & Knowledge) is a web app which is designed to help its user as much as possible for filling ecological metadata. It uses the EML standard (cf. NCEAS work) to allow a full and precise description of input datasets.

Author(s)

Elie Arnaud elie.arnaud@mnhn.fr

Examples


## Not run:

library(MetaShARK)

# run this to launch MetaShARK
runMetashark()

## End (Not run)


earnaud/MetaShARK-v2 documentation built on Sept. 21, 2022, 10:52 a.m.