remake/utils/remake_functions_utils.R

# Define Functions
load_Netica_LicenseKey <- function(path = "./data/LicenseKey"){
        load(GrasslandAllocatr::f_path(path))
        RNetica::StartNetica(license = LicenseKey)
}

# Stop and Restart Netica with License Key
StopNetica()
load_Netica_LicenseKey()
egouldo/GrasslandAllocatr documentation built on Oct. 19, 2022, 8:18 a.m.