getMostRecentFilter {MetaIntegrator}R Documentation

Get name of most recent filter

Description

Given a metaObject this function will look through $filterResults for the most recent filter used and return the filter name.

Usage

getMostRecentFilter(metaObject)

Arguments

metaObject

A meta object

Value

Name of the most recent filter

Author(s)

Francesco Vallania

Examples

	getMostRecentFilter(tinyMetaObject)

[Package MetaIntegrator version 2.1.3 Index]