Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.
/ eviatlas Public archive

prototype package for the eviatlas app.

Notifications You must be signed in to change notification settings

rmetaverse/eviatlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eviatlas

eviatlas is an R package for visualising the datasets produced by systematic maps. It is the package version of the EviAtlas app, which you can access at https://estech.shinyapps.io/eviatlas/.

eviatlas was produced as part of the Evidence Synthesis Hackathon series. It was created by and for the open-source research community. Pull requests and suggestions for future improvements are welcome.

You can download it using the following code:

# install.packages("remotes")
remotes::install_github("rmetaverse/eviatlas")

Usage

This package has only one function, called eviatlas, which creates an app in the working directory:

library(eviatlas)
eviatlas()

If you want to run this app, you can do so using shiny::runApp; but note that neither Shiny nor any of the other dependencies of the app are installed by default with eviatlas.

We intend that later versions of eviatlas will allow you to:

  • specify your own dataset from the command line
  • choose which data tabs you want to display
  • change the style of the dashboard
  • provide your own user-defined cover pages

Citation

If you use eviatlas in your work, please cite it as follows:

Haddaway NR, Feierman A, Grainger M, Gray C, Tanriver-Ayder E, Dhaubanjar S, Westgate M. eviatlas: a tool for visualising evidence synthesis databases. Environmental Evidence. 2019; 8:22. https://doi.org/10.1186/s13750-019-0167-1

About

prototype package for the eviatlas app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published