knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

sapiens

The sapiens package was develop with the purpose to deploy different interactive apps based in different released packages for resolve specifics problems in the scientific research.

Installation

You can install sapiens from github with:

install.packages(devtools)

devtools::install_github("Flavjack/sapiens")

Example

Elisios is a app for calculate the irrigation requirements according the meteorological conditions:

elisios()


Flavjack/sapiens documentation built on May 6, 2019, 5:04 p.m.