Package 'vegbankweb'

Title: "'VegBank' Web: A Shiny Application for Vegetation Plot Data"
Description: "This package provides a Shiny web interface to browse, search, inspect and download vegetation plot data."
Authors: Darian Gill [aut] (ORCID: <https://orcid.org/0009-0005-7848-2163>), Jim Regetz [aut, cre] (ORCID: <https://orcid.org/0009-0008-2666-6229>), Matthew B. Jones [aut] (ORCID: <https://orcid.org/0000-0003-0077-4738>), Michael T. Lee [aut] (ORCID: <https://orcid.org/0009-0003-3874-8604>), Matthew Brooke [aut] (ORCID: <https://orcid.org/0000-0002-1472-913X>), Robert K. Peet [aut] (ORCID: <https://orcid.org/0000-0003-2823-6587>)
Maintainer: Jim Regetz <[email protected]>
License: Apache License (>= 2)
Version: 1.1.0
Built: 2026-06-02 22:30:46 UTC
Source: https://github.com/NCEAS/vegbank-web

Help Index


Run VegBank Web Application

Description

Launches the VegBank Shiny application.

Usage

run_app(options = list())

Arguments

options

A list of options to pass to the Shiny application. Default is an empty list.

Details

Running the application requires:

  • R (version 4.0 or higher) installed on the local machine

  • The vegbankweb package and its dependencies installed in the R environment

  • Optionally, an R_CONFIG_FILE environment variable set to the absolute path of a custom configuration file; defaults to the config.yml bundled with the package (source path: inst/config.yml; resolved at runtime via system.file("config.yml", package = "vegbankweb"))

  • An active internet connection to access the VegBank API

  • A modern web browser to view the user interface

Value

A Shiny application object.