Skip to content

SandraKla/AdRI_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Age-dependent-Reference-Intervals_Generator (AdRI_Generator)

Shiny App for generating age-dependent analyt-data using functions or given reference intervals!

This Shiny App is a generator for creating age-dependent analyt-data (for more information see the Wiki). The data can be downloaded and used in the Shiny App AdRI.

Installation

Method 1: Use the function runGitHub() from the package shiny:

if("shiny" %in% rownames(installed.packages())){
  library(shiny)} else{install.packages("shiny")
  library(shiny)}
runGitHub("AdRI_Generator", "SandraKla")

Method 2 (not recommended): Download the Zip-File from this Shiny App. Unzip the file and set your working direction to the path of the folder. The package shiny (≥ 1.7.1) must be installed before using the Shiny App:

# Test if shiny is installed:
if("shiny" %in% rownames(installed.packages())){
  library(shiny)} else{install.packages("shiny")
  library(shiny)}

And then start the app with the following code:

runApp("app.R")

All required packages are downloaded when starting this app or imported if they already exist. For more information about the required packages use the Wiki.

Contact

You are welcome to:

For more information use the Wiki!

About

Shiny App: Generator for age-dependent data using functions or given RI

Topics

Resources

License

Stars

Watchers

Forks

Languages