Learn R Programming

shinyMixR (version 0.5.3)

get_meta: Get the meta data out of a model function

Description

This function gets only the meta data from a function

Usage

get_meta(mdl)

Value

A list with the models meta data

Arguments

mdl

character with the path of the model function

Examples

Run this code

if (FALSE) {
  get_meta("run1.r")
}

Run the code above in your browser using DataLab