DevEvalProduct {R.devices} | R Documentation |
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'
Author(s)
Henrik Bengtsson
[Package R.devices version 2.17.1 Index]