incr_mdl {shinyMixR}R Documentation

Increments a model name

Description

A model name is incremented either by incrementing numerical or alpha numerical. Furthermore it is possible to check the existence of the incremented model and take this into account.

Usage

incr_mdl(mod, checkloc = NULL)

Arguments

mod

character with the model name

checkloc

character with the location to check for existence of a file

Value

character with the incremented name

Author(s)

Richard Hooijmaijers

Examples


 incr_mdl("run01.r")

[Package shinyMixR version 0.5.1 Index]