setup: Setup an instance.

View source: R/setup.R

setupR Documentation

Setup an instance.

Description

This function initializes an instance of TGVE for permanent use compared with what tgve_server which relies on a 'tempdir' based instance. It requires a path.

Usage

setup(path = NULL, create = TRUE)

Arguments

path

Character URI to copy tgve instance in.

create

Boolean to create new directory at path, defaults to 'TRUE'.

Value

no value returned

Examples

{
p = file.path(tempdir(), "tgve")
setup(p)
}

tgve/tgver documentation built on March 11, 2023, 10:13 p.m.