build_inputs: Build Inputs from Script Metadata for Phuse Web Framework

View source: R/build_inputs.R

build_inputsR Documentation

Build Inputs from Script Metadata for Phuse Web Framework

Description

Build R shiny code for Phuse Web Apps

Usage

build_inputs(fn = NULL)

Arguments

fn

a file name or URL pointing to script metadata file

Value

R shiny code for providing inputs to the script

Author(s)

Hanming Tu

Examples

## Not run: 
  a <- "https://github.com/phuse-org/phuse-scripts/raw/master"
  b <- "development/R/scripts"
  c <- "Draw_Dist2_R.yml"
  f1 <- paste(a,b,c, sep = '/')
  r1 <- build_inputs(f1)

## End(Not run)

TuCai/phuse documentation built on Sept. 2, 2022, 5:17 a.m.