Description Usage Arguments Value Author(s) Examples
Build R shiny code for Phuse Web Apps
1 | build_inputs(fn = NULL)
|
fn |
a file name or URL pointing to script metadata file |
R shiny code for providing inputs to the script
Hanming Tu
1 2 3 4 5 6 7 8 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.