knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) library(diveRpine) library(tidyverse) library(raster) library(landscapeR) library(knitr) library(kableExtra)
This is a getting started guide to run diveRpine shiny app. It contains how to run diveRpine in the default mode, both locally and remote.
diveRpine
appThere are several ways to run the diveRpine
app:
Locally. This is the recommended option to use the application. Download the package diveRpine
and run it locally (the use of Rstudio is recommended). Steps:
Download and install the diveRpine
pkg using:
r
# install.packages("remotes")
remotes::install_github("ajpelu/diveRpine")
r
library("diveRpine")
run_diveRpine()
Then, diveRpine is launched with a brief introduction tutorial that could be skipped.
knitr::include_graphics("fig/intro_tour.png")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.