install_invest: Install InVEST and its dependencies

View source: R/install_invest.R

install_investR Documentation

Install InVEST and its dependencies

Description

Install InVEST and its dependencies

Usage

install_invest(
  envname = "r-reticulate",
  gh_action_runner = FALSE,
  restart_session = TRUE
)

Arguments

envname

Name of Python environment to install within

gh_action_runner

boolean

restart_session

Restart R session after installing (note this will only occur within RStudio).

Examples

## Not run: 
rinvest::install_invest()

## End(Not run)

jsta/rinvest documentation built on March 17, 2023, 6:15 a.m.