knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
ResNatSeed can be installed in R environment by running the following code:
install.packages("devtools") library(devtools) install_github("MarcoPittarello/ResNatSeed",build_vignettes = TRUE)
Otherwise, ResNatSeed is available as a ShinyApp version in these ways:
at the following web address (totally independent from the R environment): https://marco-pittarello.shinyapps.io/ResNatSeed_ShinyApp/
in R studio:
Run the following code
``` install.packages('shiny') library(shiny) runGitHub('ResNatSeed_ShinyApp','MarcoPittarello') ```
Internet connection not needed
The internet connection is not needed except for the first two steps, which however are required only once to download locally the app.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.