R.devices (version 2.16.0)

DevEvalProduct: The DevEvalProduct class

Description

Package: R.devices Class DevEvalProduct

character ~~| ~~+--BasicObject ~~~~~~~| ~~~~~~~+--DevEvalProduct

Directly known subclasses: DevEvalFileProduct

public class DevEvalProduct extends BasicObject

A DevEvalProduct represents a handle to the "product" returned by devEval().

Usage

DevEvalProduct(name=NULL, tags=NULL, type=NULL, ...)

Arguments

name, tags

The name and optional tags of the product.

type

The device type.

...

Not used.

Fields

The following (virtual; calculate on-the-fly) fields are available:

  • fullname: the fullname of an image, e.g. 'foo,a,b'

  • name: the part of the fullname before the first comma, e.g. 'foo'

  • tags: the part of the fullname after the first comma, e.g. 'a,b'