newcore.Rd
The object returned is a handle to the newly created instance. It will be required as an argument for all functions that operate on the instance. Creating multiple instances simultaneously is supported.
newcore(
inifile,
loglevel = 0,
suppresslogging = TRUE,
name = "unnamed hector core"
)
(String) name of the hector input file.
(int) minimum message level to output in logs (see loglevels
).
(bool) If true, suppress all logging (loglevel is ignored in this case).
(string) An optional name to identify the core.
handle for the Hector instance.