newcore_ini: Create a new Hector core from an INI list object

Description Usage Arguments Value

View source: R/newcore_ini.R

Description

Simple wrapper that first writes the INI list object to a file (tempfile() by default) and then creates a Hector core for that file.

Usage

1
newcore_ini(ini_list, file = tempfile(), clean = TRUE, ...)

Arguments

ini_list

Nested Hector INI configuration list object, such as that returned by read_ini().

file

File path for INI file. Default is base::tempfile().

clean

Logical. If TRUE (default), remove INI

...

Additional arguments to hector::newcore

Value

Hector core object (see hector::newcore())


JGCRI/hectortools documentation built on March 31, 2020, 4:44 p.m.