Description Usage Arguments Value Author(s) Examples
Get inputs from interactive session (shiny webpage), command line or script metadata.
1 | get_inputs(fn = NULL, input = NULL, cmd = NULL)
|
fn |
a file name or URL pointing to script metadata file |
input |
the input parameter from shiny webpage |
cmd |
the cmmandArgs |
a list of input values provided for the script
Hanming Tu
1 2 3 4 5 | 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 <- get_inputs(f1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.