get_meta {shinyMixR}R Documentation

Get the meta data out of a model function

Description

This function gets only the meta data from a function

Usage

get_meta(mdl)

Arguments

mdl

character with the path of the model function

Value

A list with the models meta data

Examples


## Not run: 
  get_meta("run1.r")

## End(Not run)

[Package shinyMixR version 0.5.1 Index]