install_file.Model: Install Funz model plugin from local zip file.

View source: R/install.R

install_file.ModelR Documentation

Install Funz model plugin from local zip file.

Description

Install Funz model plugin from local zip file.

Usage

install_file.Model(
  model.zip,
  model = gsub(".zip(.*)", "", gsub("(.*)plugin-", "", model.zip)),
  force = F,
  edit.script = FALSE,
  ...
)

Arguments

model.zip

zip file of plugin. Usually plugin-XYZ.zip

model

model name (parsed in model.zip if not provided)

force

if already installed, reinstall.

edit.script

open installed script for customization.

...

optional parameters to pass to unzip()


Funz/Funz.R documentation built on Jan. 28, 2024, 11:39 p.m.